From 2a5fbd7c4ce71e5ae60c9d5a564bf0747288755e Mon Sep 17 00:00:00 2001 From: ChecksumDev Date: Thu, 17 Aug 2023 00:25:21 -0500 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..87c3f0b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,35 @@ +# Changelog + +## 0.1.0 (2023-08-17) + + +### ⚠ BREAKING CHANGES + +* Add new fields to the manifest + +### Features + +* init ([31ff9f9](https://github.com/beat-forge/lib/commit/31ff9f9ff5ca4b2c12bce5e7c98cdf778b4667ed)) +* lib refactor (breaking) ([58e5035](https://github.com/beat-forge/lib/commit/58e5035c2e25e091c77a750af3737dc2bd251967)) + + +### Bug Fixes + +* `from` ForgeModBytes in `forgemod.rs`. ([29b5247](https://github.com/beat-forge/lib/commit/29b52470663524ba5cdd3d54e0e32b2ce28c881f)) +* `TryFrom^<^&'_ [u8]^>` in forgemod.rs ([4ae8f27](https://github.com/beat-forge/lib/commit/4ae8f27bc5e2942ca6dd09115365252f77d771c8)) +* Add new fields to the manifest ([ce53bcc](https://github.com/beat-forge/lib/commit/ce53bcc58078ddd63284c3934cd15227b335952a)) +* add type to manifest ([0dfaa27](https://github.com/beat-forge/lib/commit/0dfaa27dce8743c372d32d30794866892d14f834)) +* allow dll fetching ([ba7038b](https://github.com/beat-forge/lib/commit/ba7038b6f3abb70ffb71a7fbece402dd7603cd20)) +* **deps:** update rust crate semver to 1.0.18 ([27e93b0](https://github.com/beat-forge/lib/commit/27e93b03aaf2233dadfd8e5526588a1ac6a7fdd0)) +* embed version information ([cf19d2a](https://github.com/beat-forge/lib/commit/cf19d2a9bd568eeb5c10427aecbc11418574b3d3)) +* impl FromStr for ModCategory ([a9e7462](https://github.com/beat-forge/lib/commit/a9e7462303e1a51934038564d1eb84bea0a35f4c)) +* impl TryFrom^<PathBuf^> for ForgeManifest ([e1071b6](https://github.com/beat-forge/lib/commit/e1071b605bdf36de3ac9dae7d0a84497b9b892ad)) +* Implement packing methods for `ForgeMod`. ([9ad2656](https://github.com/beat-forge/lib/commit/9ad2656f14b79ec43b268ee680f1f66c27ed5e22)) +* make modules public ([911cb30](https://github.com/beat-forge/lib/commit/911cb30d77a0d743843792fedbac76f37247b879)) +* proper deser ([b8d9de8](https://github.com/beat-forge/lib/commit/b8d9de832ffa1baf9580a4fe327eef7bf3d89d00)) +* pub everything ([a324dcd](https://github.com/beat-forge/lib/commit/a324dcdf4220b9dee7553c832147487bd741ddb2)) +* pub modules? ([b371a5a](https://github.com/beat-forge/lib/commit/b371a5a37a31903164c89213d4898c78f7e7c61d)) +* public internal ids ([3a30599](https://github.com/beat-forge/lib/commit/3a305994558b961f63e11abb74379cc9433c54ef)) +* remove type alias ([5101de3](https://github.com/beat-forge/lib/commit/5101de3a305627a21c063296e2146aee5d983da4)) +* rename package ([b780302](https://github.com/beat-forge/lib/commit/b7803020ead4655e0001d81ed98b3c9a60f3579c)) +* return inner ([a470d46](https://github.com/beat-forge/lib/commit/a470d4608cd8e4ae525df2cf010a73079776e042)) diff --git a/Cargo.toml b/Cargo.toml index 4a2a4f9..6cc3e2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forge-lib" -version = "1.0.0" +version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html