diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fc3e0e..7e26f48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Removed + + +## [0.1.0] - 2024-10-01 + +### Added + - Datapack struct with compile function - Namespace struct with compile function - Function struct with compile function @@ -22,6 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Validate function for checking pack format compatibility - Virtual file system -### Changed -### Removed +[unreleased]: https://github.com/moritz-hoelting/shulkerbox/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/moritz-hoelting/shulkerbox/releases/tag/v0.1.0 \ No newline at end of file diff --git a/README.md b/README.md index b09aca9..c819828 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Create datapacks with all the features of rust you like. Add the following to your dependencies in `Cargo.toml`: ```toml [dependencies] -shulkerbox = { git = "https://github.com/moritz-hoelting/shulkerbox" } +shulkerbox = "0.1.0" ``` ## Example Usage