Skip to content

Commit

Permalink
bump: version 2.5.0 → 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 4, 2020
1 parent 9501fea commit f1577b3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.6.0 (2020-11-04)

### Feat

- **commands/bump**: add config option to create changelog on bump

## v2.5.0 (2020-11-04)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion commitizen/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.5.0"
__version__ = "2.6.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.commitizen]
version = "2.5.0"
version = "2.6.0"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
Expand Down Expand Up @@ -29,7 +29,7 @@ exclude = '''

[tool.poetry]
name = "commitizen"
version = "2.5.0"
version = "2.6.0"
description = "Python commitizen client tool"
authors = ["Santiago Fraire <santiwilly@gmail.com>"]
license = "MIT"
Expand Down

2 comments on commit f1577b3

@harens
Copy link
Contributor

@harens harens commented on f1577b3 Nov 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MacPorts: macports/macports-ports#9030

I haven't changed anything with Homebrew since @dtrodrigues PR Homebrew/homebrew-core#64099 for 2.5.0 is still open, and I don't know what the process is if there's a new update available.

Packaging status

@dtrodrigues
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@harens you can submit a new PR now that Homebrew/homebrew-core#64099 is closed

Please sign in to comment.