Skip to content

Commit f87294d

Browse files
Release version 1.5.0 (#4)
1 parent 9cb7465 commit f87294d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
Nothing right now.
1111

12+
## [1.5.0] - 2021-11-24
13+
14+
- Use composite action instead of docker
15+
- Add CLS client for basic analytics
16+
- Update pandoc example
17+
1218
## [1.4.0] - 2021-06-29
1319

1420
Simpler regular expression to accept more changelog styles and conversions from a different syntax (ex. reStructuredText).
@@ -37,7 +43,8 @@ Adds a `tag_prefix` option so that tags don't have to start with a "v". You can
3743

3844
The first release! Includes the `sync` command which will sync your `CHANGELOG.md` to GitHub Release notes.
3945

40-
[Unreleased]: https://github.com/dropseed/changerelease/compare/v1.4.0...HEAD
46+
[Unreleased]: https://github.com/dropseed/changerelease/compare/v1.5.0...HEAD
47+
[1.5.0]: https://github.com/dropseed/changerelease/compare/v1.4.0...v1.5.0
4148
[1.4.0]: https://github.com/dropseed/changerelease/compare/v1.3.0...v1.4.0
4249
[1.3.0]: https://github.com/dropseed/changerelease/compare/v1.2.0...v1.3.0
4350
[1.2.0]: https://github.com/dropseed/changerelease/compare/v1.1.1...v1.2.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "changerelease"
3-
version = "1.4.1"
3+
version = "1.5.0"
44
description = "Sync GitHub Releases with CHANGELOG.md"
55
authors = ["Dave Gaeddert <dave.gaeddert@dropseed.io>"]
66
license = "MIT"

0 commit comments

Comments
 (0)