diff --git a/CHANGELOG.md b/CHANGELOG.md index eaf0dd9..bdd8ee6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,26 @@ # Changelog -Notable changes to this project will be documented in this file. +All notable changes to this project will be documented in this file. -## [0.1.0] +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -### Added -- Initial release +## [Unreleased] + +## [0.1.1](https://github.com/ArthurBrussee/serde_ply/compare/v0.1.0...v0.1.1) - 2025-08-12 + +### Fixed + +- Correct license + +### Other + +- Change GitHub link again +# Changelog + +Notable changes to this project will be documented in this file. + +## [0.1.0] + +### Added +- Initial release diff --git a/Cargo.lock b/Cargo.lock index 58a2a02..5e368ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -396,7 +396,7 @@ dependencies = [ [[package]] name = "serde-ply" -version = "0.1.0" +version = "0.1.1" dependencies = [ "byteorder", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 73ae892..14687f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde-ply" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Arthur Brussee "] description = "A Serde-based PLY (Polygon File Format) serializer and deserializer"