Skip to content

Commit

Permalink
dev version build
Browse files Browse the repository at this point in the history
  • Loading branch information
Grashalmbeisser committed Nov 13, 2024
1 parent ee26b90 commit 6700669
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,25 @@

This file documents any relevant changes.

## [2.1.0-dev1] 2024-11-13
- fix: project.json load on initialization
- fix: redid cloud datastore bucket copy branch
- fix: redid viur create workflow
- chore: refactoring
- feature: implement variable substitution for app.yaml
- feature: implement skip checks flag to viur cloud deploy command
- feature: make viur package install more handy
- feature: added version check and more verbosity for viur package command
- feature: added support for overriding default ports
- feature: viur cloud setup gcloud now requires deploy diretory in current working directory
- feature: added support for cloudfunction gen2

## [2.0.3] 2024-07-29
- fix: breaking typo

## [2.0.2] 2024-07-26
- chore: added support for gcloudfunctions gen2


## [2.0.1] 2024-05-06
- bugfix: removed project.json profile "core" validation throughout the project
- chore: bumped version numbers in setup.cfg
Expand Down
2 changes: 1 addition & 1 deletion src/viur_cli/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "2.0.3"
__version__ = "2.1.0.dev1"
MINIMAL_PIPENV = "2023.11.15"

0 comments on commit 6700669

Please sign in to comment.