We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4501660 commit 14d17daCopy full SHA for 14d17da
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.3.0 (in progress)
+## 0.3.0 (27.01.2023)
2
* Add `regta-period` package support
3
* Remove support for jobs loading as `--list` param
4
* Add `--no-ansi` flag to `regta run` and `regta list` commands
docs/source/user_guide/docker_example_project/pyproject.toml
@@ -7,7 +7,7 @@ license = "MIT"
7
8
[tool.poetry.dependencies]
9
python = "^3.10"
10
-regta = "^0.2.0"
+regta = "^0.3.0"
11
12
[tool.poetry.dev-dependencies]
13
0 commit comments