File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 0.0.5] - 2023-01-23
8
+
9
+ ### Changed
10
+
11
+ - Preserve file permissions for the generated files.
12
+
7
13
## [ 0.0.4] - 2023-01-20
8
14
9
15
### Changed
@@ -27,4 +33,3 @@ All notable changes to this project will be documented in this file.
27
33
### Added
28
34
29
35
- Initial release.
30
-
Original file line number Diff line number Diff line change 1
1
# beku
2
2
3
+ Version: 0.0.5
4
+
3
5
## Installation
4
6
5
7
pip install beku-stackabletech
@@ -16,8 +18,18 @@ Fast Kuttl tests expander for Stackable integration tests.
16
18
17
19
beku -i tests/test-definition.yaml -t tests/templates/kuttl -k tests/kuttl-test.yaml.jinja2 -o tests/_work
18
20
19
- ## Build
21
+ ## Release a new version
22
+
23
+ Update the version in:
20
24
25
+ * ` pyptoject.toml `
26
+ * ` setup.cfg `
27
+ * ` __init__.py `
28
+ * ` README.md `
29
+
30
+ Update the CHANGELOG.
31
+ Commit and tag.
32
+ Build and publish:
33
+ rm -rf dist/
21
34
python -m build --sdist --wheel .
22
35
twine upload dist/*
23
-
You can’t perform that action at this time.
0 commit comments