-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce changelog #114
Introduce changelog #114
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
# 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.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.12.0] | ||
|
||
### Pull requests | ||
|
||
- https://github.com/inkdevhub/drink/pull/110 | ||
|
||
### Changed | ||
|
||
- Hide macros behind dedicated `macros` (default) feature flag | ||
- Hide contract bundles behind `session` feature flag | ||
|
||
## [0.11.1] | ||
|
||
### Pull requests | ||
|
||
- https://github.com/inkdevhub/drink/pull/104 | ||
|
||
### Added | ||
|
||
- Respect features for the contract dependencies when building contracts via drink macros | ||
|
||
## [0.11.0] | ||
|
||
### Pull requests | ||
|
||
- https://github.com/inkdevhub/drink/pull/109 | ||
|
||
### Changed | ||
|
||
- Support `[email protected]` | ||
- Update `contract-*` crates to `4.0.0-rc.3` | ||
|
||
### Changed | ||
|
||
## [0.10.0] | ||
|
||
### Pull requests | ||
|
||
- https://github.com/inkdevhub/drink/pull/100 | ||
- https://github.com/inkdevhub/drink/pull/101 | ||
|
||
### Changed | ||
|
||
- Update toolchain to `1.74.0` | ||
- Support `[email protected]` | ||
- Update `contract-*` crates to `4.0.0-rc.2` | ||
|
||
## [0.9.0] | ||
|
||
### Pull requests | ||
|
||
- https://github.com/inkdevhub/drink/pull/99 | ||
|
||
### Changed | ||
|
||
- Rework `Sandbox` API to ease working with custom runtimes | ||
|
||
## [0.8.7] | ||
|
||
### Pull requests | ||
|
||
- https://github.com/inkdevhub/drink/pull/112 | ||
|
||
### Changed | ||
|
||
- Migrate examples back to `[email protected]` | ||
- Downgrade `contract-*` crates from `4.0.0-rc.1` to `3.2.0` | ||
- Bumped toolchain to `1.74.0` | ||
|
||
### Fixed | ||
|
||
- Compilation issues due to the breaking changes in `contract-build` dependency | ||
|
||
## [0.8.6] [YANKED] | ||
|
||
### Pull requests | ||
|
||
- https://github.com/inkdevhub/drink/pull/92 | ||
- https://github.com/inkdevhub/drink/pull/94 | ||
|
||
### Added | ||
|
||
- Accessing events emitted by contracts | ||
- `#[drink::test]` creates and adds a `session: Session` argument to the test function | ||
|
||
## [0.8.5] [YANKED] | ||
|
||
### Pull requests | ||
|
||
- https://github.com/inkdevhub/drink/pull/91 | ||
|
||
### Changed | ||
|
||
- Update `contract-*` crates from `3.x.x` to `4.0.0-rc.1` | ||
- Migrate examples from `[email protected]` to `[email protected]` | ||
|
||
## [0.8.4] | ||
|
||
### Pull requests | ||
|
||
- https://github.com/inkdevhub/drink/pull/90 | ||
|
||
### Added | ||
|
||
- `NO_SALT`, `NO_ENDOWMENT` contstants added |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this will be hard in practice. Maybe we should use GH's RELEASES for that? It would automatically include the history.