Skip to content

Commit

Permalink
Release 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 3, 2022
1 parent 785ffe8 commit 4738bd2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com

## [Unreleased]

## [0.4.9] - 2022-01-03

- Fix detection of `-Z assume-incomplete-release` in recent nightly compilers.

## [0.4.8] - 2021-05-19
Expand Down Expand Up @@ -142,7 +144,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com

Initial release

[Unreleased]: https://github.com/taiki-e/const_fn/compare/v0.4.8...HEAD
[Unreleased]: https://github.com/taiki-e/const_fn/compare/v0.4.9...HEAD
[0.4.9]: https://github.com/taiki-e/const_fn/compare/v0.4.8...v0.4.9
[0.4.8]: https://github.com/taiki-e/const_fn/compare/v0.4.7...v0.4.8
[0.4.7]: https://github.com/taiki-e/const_fn/compare/v0.4.6...v0.4.7
[0.4.6]: https://github.com/taiki-e/const_fn/compare/v0.4.5...v0.4.6
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "const_fn"
version = "0.4.8"
version = "0.4.9"
edition = "2018"
rust-version = "1.31"
license = "Apache-2.0 OR MIT"
Expand Down
1 change: 1 addition & 0 deletions tools/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ fi

set -x

git push origin main
git tag "${tag}"
git push origin --tags

0 comments on commit 4738bd2

Please sign in to comment.