Skip to content

Commit

Permalink
chore(release): 0.20.0
Browse files Browse the repository at this point in the history
## [0.20.0](v0.19.0...v0.20.0) (2023-04-26)

### Features

* create new ADR from template file if exists ([902e68b](902e68b))
  • Loading branch information
@odc-semantic-release-bot committed Apr 26, 2023
1 parent 8420366 commit b77ba9a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.20.0](https://github.com/opinionated-digital-center/pyadr/compare/v0.19.0...v0.20.0) (2023-04-26)


### Features

* create new ADR from template file if exists ([902e68b](https://github.com/opinionated-digital-center/pyadr/commit/902e68bb92281e00ea33b356063b728715a96e08))

## [0.19.0](https://github.com/opinionated-digital-center/pyadr/compare/v0.18.0...v0.19.0) (2022-04-05)


Expand Down
2 changes: 1 addition & 1 deletion pyadr/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Do not edit manually
"""Version module for pyadr."""

__version__ = "0.19.0"
__version__ = "0.20.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[tool.poetry]
name = "pyadr"
version = "0.19.0"
version = "0.20.0"
description = "CLI to help with an ADR process lifecycle (proposal/approval/rejection/deprecation/superseeding), which used git."
license = "MIT"
homepage = "https://github.com/opinionated-digital-center/pyadr"
Expand Down

0 comments on commit b77ba9a

Please sign in to comment.