Skip to content

Commit

Permalink
bump: version 6.0.0 → 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yajo committed Jun 13, 2022
1 parent f3fd7e2 commit 9ee4fe1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ annotated_tag = true
changelog_incremental = true
tag_format = "v$version"
update_changelog_on_bump = true
version = "6.0.0"
version = "6.1.0"
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. This projec
adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) versioning schema, and
the changelog itself conforms to [Keep A Changelog](https://keepachangelog.com/).

## v6.1.0 (2022-06-13)

### Feat

- support getting template commit hash with `{{ _copier_conf.vcs_ref_hash }}`
- simplify the format of the question prompt (#689)

### Fix

- ignore non-PEP-440-compliant tags (#676)

## [6.0.0] - 2022-05-15

[All changes here](https://github.com/copier-org/copier/issues?q=milestone%3Av6.0.0).
Expand Down

0 comments on commit 9ee4fe1

Please sign in to comment.