Skip to content

Commit

Permalink
staging for v4.2.0 release (#1342)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro0508 committed May 25, 2023
1 parent cfb73b0 commit db13f09
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ Categories: Added, Removed, Changed, Fixed, Nonfunctional, Deprecated

## Unreleased


## 4.2.0 (2023.05.25)

- [Resolves #894] Switch to using poetry (#1323)
- Remove Moto dependency (#1330)
- Write rendered template to a temp file (#1321)
- [Resolve #1319] Add colouring for missing state DELETE_SKIPPED
- [Resolve #1291] Fix attribute error caused by a relative project path
- [Resolve #1318] Implement dump template and write output files
- [Resolve #1336] Add bugfix in Stack Differ (#1337)

## 4.1.0 (2023.04.17)
### Added
- [Resolve #1304] Adding StackLoggerAdapter to hooks, resolvers, and template handler
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sceptre"
version = "4.1.0"
version = "4.2.0"
packages = [{ include = "sceptre" }]
readme = "README.md"
homepage = "https://github.com/Sceptre/sceptre"
Expand Down

0 comments on commit db13f09

Please sign in to comment.