Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jankatins committed Aug 22, 2022
1 parent 485ab44 commit 1a57cd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.1] - 2022-08-22
### Fixed
- the markdown linter now ignores the CHANGELOG.md file (the release workflow creates nice but not quite right markdown)

Expand All @@ -14,5 +16,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Initial version created by [@jankatins](https://github.com/jankatins)
- Based on [woltapp/wolt-python-package-cookiecutter](https://github.com/woltapp/wolt-python-package-cookiecutter).

[Unreleased]: https://github.com/jankatins/pr-workflow-example/compare/1.0.0...master
[Unreleased]: https://github.com/jankatins/pr-workflow-example/compare/1.0.1...master
[1.0.1]: https://github.com/jankatins/pr-workflow-example/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/jankatins/pr-workflow-example/tree/1.0.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pr-workflow-example"
version = "1.0.0"
version = "1.0.1"
description = "A stupid calculator (to use as an example repo for github PRs)"
authors = [
"Jan Katins <[email protected]>",
Expand Down

0 comments on commit 1a57cd2

Please sign in to comment.