File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
Nothing right now.
11
11
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
+
12
18
## [ 1.4.0] - 2021-06-29
13
19
14
20
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
37
43
38
44
The first release! Includes the ` sync ` command which will sync your ` CHANGELOG.md ` to GitHub Release notes.
39
45
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
41
48
[ 1.4.0 ] : https://github.com/dropseed/changerelease/compare/v1.3.0...v1.4.0
42
49
[ 1.3.0 ] : https://github.com/dropseed/changerelease/compare/v1.2.0...v1.3.0
43
50
[ 1.2.0 ] : https://github.com/dropseed/changerelease/compare/v1.1.1...v1.2.0
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " changerelease"
3
- version = " 1.4.1 "
3
+ version = " 1.5.0 "
4
4
description = " Sync GitHub Releases with CHANGELOG.md"
5
5
authors = [" Dave Gaeddert <dave.gaeddert@dropseed.io>" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments