-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add per-crate changelogs (#669)
- Loading branch information
Showing
12 changed files
with
2,354 additions
and
5 deletions.
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
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,67 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [0.7.4](https://github.com/alloy-rs/core/releases/tag/v0.7.4) - 2024-05-14 | ||
|
||
### Bug Fixes | ||
|
||
- [sol-macro] Json feature ([#629](https://github.com/alloy-rs/core/issues/629)) | ||
|
||
## [0.7.3](https://github.com/alloy-rs/core/releases/tag/v0.7.3) - 2024-05-14 | ||
|
||
### Documentation | ||
|
||
- Update alloy-core homepage link | ||
|
||
### Refactor | ||
|
||
- Move `expand` from `sol-macro` to its own crate ([#626](https://github.com/alloy-rs/core/issues/626)) | ||
|
||
## [0.7.2](https://github.com/alloy-rs/core/releases/tag/v0.7.2) - 2024-05-02 | ||
|
||
### Documentation | ||
|
||
- Unhide and mention `sol!` wrappers ([#615](https://github.com/alloy-rs/core/issues/615)) | ||
|
||
## [0.6.4](https://github.com/alloy-rs/core/releases/tag/v0.6.4) - 2024-02-29 | ||
|
||
### Features | ||
|
||
- [core] Re-export `uint!` ([#537](https://github.com/alloy-rs/core/issues/537)) | ||
|
||
### Miscellaneous Tasks | ||
|
||
- [core] Add comments to `cfg(doc)` ([#538](https://github.com/alloy-rs/core/issues/538)) | ||
- Remove unused imports ([#534](https://github.com/alloy-rs/core/issues/534)) | ||
|
||
## [0.6.3](https://github.com/alloy-rs/core/releases/tag/v0.6.3) - 2024-02-15 | ||
|
||
### Documentation | ||
|
||
- Update alloy_core::sol reference to real sol ([#529](https://github.com/alloy-rs/core/issues/529)) | ||
|
||
### Features | ||
|
||
- [sol-macro] Provide a way to override import paths for dependencies ([#527](https://github.com/alloy-rs/core/issues/527)) | ||
- Add `alloy-core` prelude crate ([#521](https://github.com/alloy-rs/core/issues/521)) | ||
|
||
[`dyn-abi`]: https://crates.io/crates/alloy-dyn-abi | ||
[dyn-abi]: https://crates.io/crates/alloy-dyn-abi | ||
[`json-abi`]: https://crates.io/crates/alloy-json-abi | ||
[json-abi]: https://crates.io/crates/alloy-json-abi | ||
[`primitives`]: https://crates.io/crates/alloy-primitives | ||
[primitives]: https://crates.io/crates/alloy-primitives | ||
[`sol-macro`]: https://crates.io/crates/alloy-sol-macro | ||
[sol-macro]: https://crates.io/crates/alloy-sol-macro | ||
[`sol-type-parser`]: https://crates.io/crates/alloy-sol-type-parser | ||
[sol-type-parser]: https://crates.io/crates/alloy-sol-type-parser | ||
[`sol-types`]: https://crates.io/crates/alloy-sol-types | ||
[sol-types]: https://crates.io/crates/alloy-sol-types | ||
[`syn-solidity`]: https://crates.io/crates/syn-solidity | ||
[syn-solidity]: https://crates.io/crates/syn-solidity | ||
|
||
<!-- generated by git-cliff --> |
Oops, something went wrong.