Skip to content

Commit

Permalink
prep for v4.1.0 release (#1326)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro0508 committed Apr 18, 2023
1 parent d915eed commit 0058d71
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Categories: Added, Removed, Changed, Fixed, Nonfunctional, Deprecated

## Unreleased

## 4.1.0 (2023.04.17)
### Added
- [Resolve #1304] Adding StackLoggerAdapter to hooks, resolvers, and template handler
- [Resolve #1263] Stack output caching
- [Resolve #1252] Supporting resolvers in Hook and Resolver arguments, with new
!substitute, !join, !split, and !select resolvers!

### Nonfunctional
- add a pre-commit linter to validate circleci configs

## 4.0.2 (2023.02.20)
### Fixed
- [Resolve #1307] Fixing Connection Manager bug (#1308)
Expand Down
2 changes: 1 addition & 1 deletion sceptre/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

__author__ = "Cloudreach"
__email__ = "sceptre@cloudreach.com"
__version__ = "4.0.2"
__version__ = "4.1.0"


# Set up logging to ``/dev/null`` like a library is supposed to.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.0.2
current_version = 4.1.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)|(?P<release_candidate>.*)
commit = True
tag = True
Expand Down

0 comments on commit 0058d71

Please sign in to comment.