Skip to content

Commit 9971f33

Browse files
committed
Version 1.1.0
1 parent 4b8759f commit 9971f33

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10-
Nothing yet.
10+
Nothing right now.
11+
12+
## [1.1.0] - 2020-09-06
13+
14+
Adds a `tag_prefix` option so that tags don't have to start with a "v". You can now use this with tags like "1.0.0" in addition to "v1.0.0".
1115

1216
## [1.0.0] - 2020-09-05
1317

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

1620
[Unreleased]: https://github.com/dropseed/changerelease/compare/v1.0.0...HEAD
21+
[1.1.0]: https://github.com/dropseed/changerelease/compare/v1.0.0...v1.1.0
1722
[1.0.0]: https://github.com/dropseed/changerelease/releases/tag/v1.0.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.0.0"
3+
version = "1.1.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)