|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## 0.1.0 (2023-10-19) |
| 4 | + |
| 5 | + |
| 6 | +### ⚠ BREAKING CHANGES |
| 7 | + |
| 8 | +* Add new fields to the manifest |
| 9 | + |
| 10 | +### Features |
| 11 | + |
| 12 | +* init ([31ff9f9](https://github.com/beat-forge/lib/commit/31ff9f9ff5ca4b2c12bce5e7c98cdf778b4667ed)) |
| 13 | +* lib refactor (breaking) ([58e5035](https://github.com/beat-forge/lib/commit/58e5035c2e25e091c77a750af3737dc2bd251967)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* `from` ForgeModBytes in `forgemod.rs`. ([29b5247](https://github.com/beat-forge/lib/commit/29b52470663524ba5cdd3d54e0e32b2ce28c881f)) |
| 19 | +* `TryFrom^<^&'_ [u8]^>` in forgemod.rs ([4ae8f27](https://github.com/beat-forge/lib/commit/4ae8f27bc5e2942ca6dd09115365252f77d771c8)) |
| 20 | +* Add new fields to the manifest ([ce53bcc](https://github.com/beat-forge/lib/commit/ce53bcc58078ddd63284c3934cd15227b335952a)) |
| 21 | +* add type to manifest ([0dfaa27](https://github.com/beat-forge/lib/commit/0dfaa27dce8743c372d32d30794866892d14f834)) |
| 22 | +* allow dll fetching ([ba7038b](https://github.com/beat-forge/lib/commit/ba7038b6f3abb70ffb71a7fbece402dd7603cd20)) |
| 23 | +* **deps:** update rust crate bytes to 1.5.0 ([2791364](https://github.com/beat-forge/lib/commit/2791364d6b7a747cef9cb51afb16d0bd3b904a3c)) |
| 24 | +* **deps:** update rust crate semver to 1.0.18 ([27e93b0](https://github.com/beat-forge/lib/commit/27e93b03aaf2233dadfd8e5526588a1ac6a7fdd0)) |
| 25 | +* **deps:** update rust crate semver to 1.0.19 ([db1a5fa](https://github.com/beat-forge/lib/commit/db1a5fa1df9eafb69bb07bd9c7683004f6672f54)) |
| 26 | +* **deps:** update rust crate semver to 1.0.20 ([16cc5a4](https://github.com/beat-forge/lib/commit/16cc5a469706aedfeaa3690c188ec3f668ac178a)) |
| 27 | +* **deps:** update rust crate serde_json to 1.0.105 ([615ace5](https://github.com/beat-forge/lib/commit/615ace5f7e9786829cefd48e68bc37beb4af3e5c)) |
| 28 | +* **deps:** update rust crate serde_json to 1.0.106 ([45d4fa4](https://github.com/beat-forge/lib/commit/45d4fa49097df5831101f9b24b33571f1b498a26)) |
| 29 | +* **deps:** update rust crate serde_json to 1.0.107 ([12068cb](https://github.com/beat-forge/lib/commit/12068cb43f5eab88ee3d624ff362d925dabafced)) |
| 30 | +* embed version information ([cf19d2a](https://github.com/beat-forge/lib/commit/cf19d2a9bd568eeb5c10427aecbc11418574b3d3)) |
| 31 | +* impl debug ([85db751](https://github.com/beat-forge/lib/commit/85db751c4dfc362b0787e2a4817a642c6af0a8d9)) |
| 32 | +* impl display for ForgeManifestTypes ([cd62ee3](https://github.com/beat-forge/lib/commit/cd62ee331d278a765d110345ac52cc3a53ec8909)) |
| 33 | +* impl FromStr for ModCategory ([a9e7462](https://github.com/beat-forge/lib/commit/a9e7462303e1a51934038564d1eb84bea0a35f4c)) |
| 34 | +* impl TryFrom^<PathBuf^> for ForgeManifest ([e1071b6](https://github.com/beat-forge/lib/commit/e1071b605bdf36de3ac9dae7d0a84497b9b892ad)) |
| 35 | +* Implement packing methods for `ForgeMod`. ([9ad2656](https://github.com/beat-forge/lib/commit/9ad2656f14b79ec43b268ee680f1f66c27ed5e22)) |
| 36 | +* make modules public ([911cb30](https://github.com/beat-forge/lib/commit/911cb30d77a0d743843792fedbac76f37247b879)) |
| 37 | +* manifest parsing helper ([474dc0e](https://github.com/beat-forge/lib/commit/474dc0e559d77425fd1b430dc1d2bf1231b99739)) |
| 38 | +* proper deser ([b8d9de8](https://github.com/beat-forge/lib/commit/b8d9de832ffa1baf9580a4fe327eef7bf3d89d00)) |
| 39 | +* pub everything ([a324dcd](https://github.com/beat-forge/lib/commit/a324dcdf4220b9dee7553c832147487bd741ddb2)) |
| 40 | +* pub modules? ([b371a5a](https://github.com/beat-forge/lib/commit/b371a5a37a31903164c89213d4898c78f7e7c61d)) |
| 41 | +* public internal ids ([3a30599](https://github.com/beat-forge/lib/commit/3a305994558b961f63e11abb74379cc9433c54ef)) |
| 42 | +* remove artifact rems ([3a86188](https://github.com/beat-forge/lib/commit/3a86188590ca81e4f91d1f53a873c4f5b7fadce5)) |
| 43 | +* remove type alias ([5101de3](https://github.com/beat-forge/lib/commit/5101de3a305627a21c063296e2146aee5d983da4)) |
| 44 | +* rename package ([b780302](https://github.com/beat-forge/lib/commit/b7803020ead4655e0001d81ed98b3c9a60f3579c)) |
| 45 | +* return inner ([a470d46](https://github.com/beat-forge/lib/commit/a470d4608cd8e4ae525df2cf010a73079776e042)) |
| 46 | +* serde[skip] on artifact ([b489afe](https://github.com/beat-forge/lib/commit/b489afef9745417edb457079d57d4501a364c368)) |
0 commit comments