Skip to content

Commit

Permalink
bump version to v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tfeldmann committed Mar 29, 2024
1 parent ef4570d commit 5e300d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## v3.2.3 (2024-03-28)

- Improves the logic of finding and creating config files.
- Fixes a bug where config files in XDG_CONFIG_HOME are not found (#371).
- Fixes a bug in the `relative_path` parameter crashing on actions after moving files (#372).

## v3.2.2 (2024-03-04)

- Fixes an problem where the `organize new` command fails to create a new config file.
Expand Down
2 changes: 1 addition & 1 deletion organize/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.2.2"
__version__ = "3.2.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "organize-tool"
version = "3.2.2"
version = "3.2.3"
description = "The file management automation tool"
packages = [{ include = "organize" }]
authors = ["Thomas Feldmann <[email protected]>"]
Expand Down

0 comments on commit 5e300d1

Please sign in to comment.