Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit a872eae

Browse files
authored
chore(main): release 0.28.0 (#461)
1 parent 83c91de commit a872eae

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [0.28.0](https://github.com/wndhydrnt/rcmt/compare/v0.27.2...v0.28.0) (2023-11-18)
4+
5+
6+
### Features
7+
8+
* **action:** let actions "own" and "seed" create a directory if it does not exist ([#460](https://github.com/wndhydrnt/rcmt/issues/460)) ([dca70a3](https://github.com/wndhydrnt/rcmt/commit/dca70a3854e33cdb9cd03e5cb91ea4ba76410c58))
9+
10+
11+
### Bug Fixes
12+
13+
* **task:** do not error if a Task class that gets extended is not registered ([#462](https://github.com/wndhydrnt/rcmt/issues/462)) ([137c6a1](https://github.com/wndhydrnt/rcmt/commit/137c6a10ab7eb3dbb7ea6dc63a683f3d438e489e))
14+
* **unittest:** read sub-diretories when creating a repository from a directory ([#464](https://github.com/wndhydrnt/rcmt/issues/464)) ([d6a2d65](https://github.com/wndhydrnt/rcmt/commit/d6a2d650e428b50bcc3b1692e29d8c4bd3d959f3))
15+
316
## [0.27.2](https://github.com/wndhydrnt/rcmt/compare/v0.27.1...v0.27.2) (2023-11-15)
417

518

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "rcmt"
7-
version = "0.27.2"
7+
version = "0.28.0"
88
description = ""
99
license = "MPL-2.0"
1010
authors = [ "Markus Meyer <hydrantanderwand@gmail.com>",]

0 commit comments

Comments
 (0)