-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db1a5fa
commit 93d8907
Showing
2 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Changelog | ||
|
||
## 0.1.0 (2023-09-23) | ||
|
||
|
||
### ⚠ 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 bytes to 1.5.0 ([2791364](https://github.com/beat-forge/lib/commit/2791364d6b7a747cef9cb51afb16d0bd3b904a3c)) | ||
* **deps:** update rust crate semver to 1.0.18 ([27e93b0](https://github.com/beat-forge/lib/commit/27e93b03aaf2233dadfd8e5526588a1ac6a7fdd0)) | ||
* **deps:** update rust crate semver to 1.0.19 ([db1a5fa](https://github.com/beat-forge/lib/commit/db1a5fa1df9eafb69bb07bd9c7683004f6672f54)) | ||
* **deps:** update rust crate serde_json to 1.0.105 ([615ace5](https://github.com/beat-forge/lib/commit/615ace5f7e9786829cefd48e68bc37beb4af3e5c)) | ||
* **deps:** update rust crate serde_json to 1.0.106 ([45d4fa4](https://github.com/beat-forge/lib/commit/45d4fa49097df5831101f9b24b33571f1b498a26)) | ||
* **deps:** update rust crate serde_json to 1.0.107 ([12068cb](https://github.com/beat-forge/lib/commit/12068cb43f5eab88ee3d624ff362d925dabafced)) | ||
* embed version information ([cf19d2a](https://github.com/beat-forge/lib/commit/cf19d2a9bd568eeb5c10427aecbc11418574b3d3)) | ||
* impl debug ([85db751](https://github.com/beat-forge/lib/commit/85db751c4dfc362b0787e2a4817a642c6af0a8d9)) | ||
* impl display for ForgeManifestTypes ([cd62ee3](https://github.com/beat-forge/lib/commit/cd62ee331d278a765d110345ac52cc3a53ec8909)) | ||
* 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)) | ||
* manifest parsing helper ([474dc0e](https://github.com/beat-forge/lib/commit/474dc0e559d77425fd1b430dc1d2bf1231b99739)) | ||
* 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 artifact rems ([3a86188](https://github.com/beat-forge/lib/commit/3a86188590ca81e4f91d1f53a873c4f5b7fadce5)) | ||
* 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)) | ||
* serde[skip] on artifact ([b489afe](https://github.com/beat-forge/lib/commit/b489afef9745417edb457079d57d4501a364c368)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters