diff --git a/CHANGELOG.md b/CHANGELOG.md index 8799ded0a0..fa0175b2c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ 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.4.0](https://github.com/alloy-rs/core/releases/tag/0.4.0) - 2023-09-29 +## [Unreleased](https://github.com/alloy-rs/core/compare/v0.4.0...HEAD) + +### Documentation + +- Fix changelog link + +## [0.4.0](https://github.com/alloy-rs/core/releases/tag/v0.4.0) - 2023-09-29 ### Bug Fixes @@ -61,6 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Miscellaneous Tasks +- Release 0.4.0 - Prefix ABI encode and decode functions with `abi_` ([#311](https://github.com/alloy-rs/core/issues/311)) - Don't pass debug feature to winnow ([#317](https://github.com/alloy-rs/core/issues/317)) - Touch up [#314](https://github.com/alloy-rs/core/issues/314) ([#315](https://github.com/alloy-rs/core/issues/315)) diff --git a/cliff.toml b/cliff.toml index 052bdca02f..c7d7dcca54 100644 --- a/cliff.toml +++ b/cliff.toml @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # https://tera.netlify.app/docs/#introduction body = """ {% if version %}\ - ## [{{ version | trim_start_matches(pat="v") }}](https://github.com/alloy-rs/core/releases/tag/{{ version }}) - {{ timestamp | date(format="%Y-%m-%d") }} + ## [{{ version | trim_start_matches(pat="v") }}](https://github.com/alloy-rs/core/releases/tag/v{{ version | trim_start_matches(pat="v") }}) - {{ timestamp | date(format="%Y-%m-%d") }} {% else %}\ ## [Unreleased](https://github.com/alloy-rs/core/compare/{{ previous.version }}...HEAD) {% endif %}\