Skip to content

Commit 65f1937

Browse files
committed
CHANGELOG.md, *: bump version
1 parent 1508625 commit 65f1937

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,23 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
66

77
Also, at the bottom of this file there is a [TODO list](#todo) with planned future changes.
88

9+
## [v0.1.0] - 2025-03-17
10+
11+
### Added
12+
13+
- Published a minimal valuable version.
14+
15+
### Removed
16+
17+
- Removed the stub.
18+
919
## [v0.0.1] - 2024-09-04
1020

1121
### Added
1222

1323
- Initial stub.
1424

25+
[v0.1.0]: https://github.com/Own-Data-Privateer/hoardy/compare/v0.0.1...v0.1.0
1526
[v0.0.1]: https://github.com/Own-Data-Privateer/hoardy/releases/tag/v0.0.1
1627

1728
# TODO

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ with pkgs.python3Packages;
88

99
buildPythonApplication (rec {
1010
pname = "hoardy";
11-
version = "0.0.1";
11+
version = "0.1.0";
1212
format = "pyproject";
1313

1414
src = lib.cleanSourceWith {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
packages = ["hoardy"]
66
[project]
77
name = "hoardy"
8-
version = "0.0.1"
8+
version = "0.1.0"
99
authors = [{ name = "Jan Malakhovski", email = "oxij@oxij.org" }]
1010
description = "Find files matching given criteria quickly, find duplicated files and deduplicate them, record file hashes and verify them, etc."
1111
readme = "README.md"

0 commit comments

Comments
 (0)