Skip to content

Commit

Permalink
Release 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Feb 16, 2024
1 parent ec25576 commit 29a50fb
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# 1.0.0 (https://github.com/dronetag/gira/compare/v0.10.0...v1.0.0) (2024-2-16)

### Bug Fixes

* commit formatter correctly indents new lines 3696c80
* commit formatter follows more commit msg conventions bdfde78
* config file types are exclusive 761487b
* fail if no gira configuration in given config file d86f0f2
* JIRA config parsing f311fee
* make Jira url mandatory if token exists 91c4d4a
* more informative tests run b58b531
* tests aea93a0
* feat!: remove support for lock files 34b768a

### Features

* commit format is git-trailer-like ec25576
* correctly expand C:\Users\tomas and on windows 5f66294
* gira survives new (added) dependency files to git 906d168

### BREAKING CHANGES

* we prefer dependency configuration files over lock files from two reasons:
1. the config file must always be there in order to generate the lock file
2. some teams don't commit lock files

# 0.10.0 (2024-2-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "gira"
version = "0.10.0"
version = "1.0.0"
requires-python = ">=3.8"
description = "GIRA places JIRA tickets from your dependencies into your commit message"
readme = "README.md"
Expand Down

0 comments on commit 29a50fb

Please sign in to comment.