Skip to content

Commit

Permalink
docs: fix changelog link (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Sep 29, 2023
1 parent 7dc48eb commit 754fcc0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}\
Expand Down

0 comments on commit 754fcc0

Please sign in to comment.