File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
---
3
3
4
+ ## [ 0.4.1] ( https://github.com/osl-incubator/envers/compare/0.4.0...0.4.1 ) (2024-09-28)
5
+
6
+
7
+ ### Bug Fixes
8
+
9
+ * Update project structure and configuration ([ #20 ] ( https://github.com/osl-incubator/envers/issues/20 ) ) ([ 2a85543] ( https://github.com/osl-incubator/envers/commit/2a85543f09923d273bde7627a208e87d25c326e3 ) )
10
+
4
11
# [ 0.4.0] ( https://github.com/osl-incubator/envers/compare/0.3.0...0.4.0 ) (2023-12-23)
5
12
6
13
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " envers"
3
- version = " 0.4.0 " # semantic-release
3
+ version = " 0.4.1 " # semantic-release
4
4
description = " Envers is a tool for handling environment files (e.g. .env) for multiple kind of environments with versioning"
5
5
authors = [
" Ivan Ogasawara <[email protected] >" ]
6
6
packages = [
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def get_version() -> str:
11
11
try :
12
12
return importlib_metadata .version (__name__ )
13
13
except importlib_metadata .PackageNotFoundError : # pragma: no cover
14
- return "0.4.0 " # semantic-release
14
+ return "0.4.1 " # semantic-release
15
15
16
16
17
17
version = get_version ()
You can’t perform that action at this time.
0 commit comments