Skip to content

Commit

Permalink
release: 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malachi-constant committed Aug 16, 2024
1 parent 66bea19 commit eac0903
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch

## Unreleased

### New

### Changes

### Fixes

## v5.0.0 (2024-08-16)

### New

- Added `-b/--template-branch` parameter to `seedfarmer init project` and `seedfarmer init module` so it permits to use multiple branches from a single repository.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.0.dev0
5.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
keywords=["aws", "cdk"],
python_requires=">=3.8,<3.13",
install_requires=[
"aws-codeseeder~=1.0.0",
"aws-codeseeder~=1.1.0",
"cookiecutter>=2.1,<2.7",
"pyhumps>=3.5,<3.9",
"pydantic>=2.8.2,<2.9.0",
Expand Down

0 comments on commit eac0903

Please sign in to comment.