Skip to content

Commit d161061

Browse files
authored
chore(main): release 0.2.0
2 parents 9b5f88e + c7a456d commit d161061

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/MaxG87/root-subvol-snapshot/compare/v0.1.0...v0.2.0) (2023-09-12)
4+
5+
6+
### Features
7+
8+
* Add command `snapshot` ([1e7c2a3](https://github.com/MaxG87/root-subvol-snapshot/commit/1e7c2a32d508cdeb12fcd0508b674b679e452906))
9+
* Add py.typed marker file ([f708404](https://github.com/MaxG87/root-subvol-snapshot/commit/f708404bf28fc4495974fdf56d29e249152bce86))
10+
311
## 0.1.0 (2023-08-30)
412

513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "root-subvol-snapshot"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Create snapshots of subvolumes for disaster recovery"
55
authors = ["Max Görner <5477952+MaxG87@users.noreply.github.com>"]
66
license = "GPL v3 or later"

0 commit comments

Comments
 (0)