We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98300ab commit 14a13f9Copy full SHA for 14a13f9
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## [Unreleased]
4
5
+- Nothing.
6
+
7
+## v3.0.0a2 (2024-01-02)
8
9
- Fix bug on first run of `organize new`. Create the organize config directory if it
10
does not exist. (thanks @white-gecko)
11
- Adds action `hardlink`.
organize/__version__.py
@@ -1,2 +1,2 @@
1
-__version__ = "3.0.0a1"
+__version__ = "3.0.0a2"
__is_prerelease__ = True
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "organize-tool"
-version = "3.0.0a1"
+version = "3.0.0a2"
description = "The file management automation tool"
packages = [{ include = "organize" }]
authors = ["Thomas Feldmann <[email protected]>"]
0 commit comments