diff --git a/CHANGELOG.md b/CHANGELOG.md index d52c045..1a93865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ file 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). -## [Unreleased] +## [0.15.0] - 2024-12-10 ### Changed @@ -185,7 +185,7 @@ Versioning](https://semver.org/spec/v2.0.0.html). column-oriented form. - Interface to read CSV data into `Table`. -[Unreleased]: https://github.com/petabi/structured/compare/0.14.1...main +[0.15.0]: https://github.com/petabi/structured/compare/0.14.1...0.15.0 [0.14.1]: https://github.com/petabi/structured/compare/0.14.0...0.14.1 [0.14.0]: https://github.com/petabi/structured/compare/0.13.0...0.14.0 [0.13.0]: https://github.com/petabi/structured/compare/0.12.0...0.13.0 diff --git a/Cargo.toml b/Cargo.toml index cb17102..a9b9873 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "structured" -version = "0.14.1" +version = "0.15.0" authors = [ "Min Kim ", "Min Shao ",