This commit is contained in:
Muhammad Faraz Maqsood 2024-06-07 22:09:42 +05:00 committed by Régis Behmo
parent 0b959bc6e3
commit f9db77793c
9 changed files with 12 additions and 8 deletions

View File

@ -19,6 +19,17 @@ instructions, because git commits are used to generate release notes:
<!-- scriv-insert-here --> <!-- scriv-insert-here -->
<a id='changelog-18.0.0'></a>
## v18.0.0 (2024-06-07)
- 💥[Feature] Upgrade to Redwood. (by @Faraz32123)
- [Feature] Add `atlas pull` at build-time. (by @omarithawi)
- [Bugfix] Make plugin compatible with Python 3.12 by removing dependency on `pkg_resources`. (by @regisb)
- [Feature] Make it possible to use mounts for a local development. (by @cmltawt0)
- [BugFix] Fix award program certificates error. (by @rohan-saeed)
- 💥[Feature] Upgrade Python version to 3.11.9. (by @Faraz32123)
- [BugFix] Fix custom image pull/push. (by @dyudyunov)
<a id='changelog-17.0.1'></a> <a id='changelog-17.0.1'></a>
## v17.0.1 (2024-01-23) ## v17.0.1 (2024-01-23)

View File

@ -1 +0,0 @@
- [Feature] Add `atlas pull` at build-time. (by @omarithawi)

View File

@ -1 +0,0 @@
- [Bugfix] Make plugin compatible with Python 3.12 by removing dependency on `pkg_resources`. (by @regisb)

View File

@ -1 +0,0 @@
- [Feature] Make it possible to use mounts for a local development. (by @cmltawt0)

View File

@ -1 +0,0 @@
- [BugFix] Fix award program certificates error. (by @rohan-saeed)

View File

@ -1 +0,0 @@
- 💥[Feature] Upgrade Python version to 3.11.9. (by @Faraz32123)

View File

@ -1 +0,0 @@
- [BugFix] Fix custom image pull/push. (by @dyudyunov)

View File

@ -1 +0,0 @@
- 💥[Feature] Upgrade to Redwood. (by @Faraz32123)

View File

@ -1 +1 @@
__version__ = "17.0.1" __version__ = "18.0.0"