Skip to content

Commit 42024c7

Browse files
committed
New bugfix release 0.1.1
1 parent 77f23be commit 42024c7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [0.1.1] - 2024-Oct-16 - Lumír Balhar <[email protected]>
2+
3+
## What's Changed
4+
* Fix the expansion of platformdirs.site_config_dir by @frenzymadness in https://github.com/mcurlej/joft/pull/35
5+
* Include tox.ini, changelog, and test files in sdist tarball by @frenzymadness in https://github.com/mcurlej/joft/pull/34
6+
* Make order of potential config file locations deterministic and tested by @hroncok in https://github.com/mcurlej/joft/pull/39
7+
* Handle empty config files by @frenzymadness in https://github.com/mcurlej/joft/pull/41
8+
* Use `jira` instead of `jira[cli]` by @frenzymadness in https://github.com/mcurlej/joft/pull/42
9+
10+
## New Contributors
11+
* @hroncok made their first contribution in https://github.com/mcurlej/joft/pull/39
12+
13+
**Full Changelog**: https://github.com/mcurlej/joft/commits/0.1.1
14+
115
# [0.1.0] - 2024-Sep-02 - Lumír Balhar <[email protected]>
216

317
## What's Changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "joft"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "CLI tool for automation of user actions on a JIRA instance"
55
authors = [
66
{name = "Martin Curlej", email = "[email protected]"},

0 commit comments

Comments
 (0)