Skip to content

Commit 61b058d

Browse files
author
Phil Varner
authored
Merge pull request #25 from philvarner/pv/release-prep-0.4.2
release prep for 0.4.2
2 parents 7adb0ad + 2778e29 commit 61b058d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
56
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
67

7-
## [Unreleased]
8+
<!-- ## [Unreleased] -->
9+
## [v0.4.2] - 2024-03-07
810

911
### Added
1012

@@ -135,8 +137,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
135137

136138
Initial Release
137139

138-
[Unreleased]: https://github.com/matthewhanson/boto3-utils/compare/0.4.1...main
139-
[v0.4.1]: https://github.com/matthewhanson/boto3-utils/compare/0.3.3...0.4.1
140+
<!-- [Unreleased]: https://github.com/matthewhanson/boto3-utils/compare/0.4.1...main -->
141+
[v0.4.2]: https://github.com/matthewhanson/boto3-utils/compare/0.4.1...0.4.2
142+
[v0.4.1]: https://github.com/matthewhanson/boto3-utils/compare/0.4.0...0.4.1
140143
[v0.4.0]: https://github.com/matthewhanson/boto3-utils/compare/0.3.3...0.4.0
141144
[v0.3.3]: https://github.com/matthewhanson/boto3-utils/compare/0.3.2...0.3.3
142145
[v0.3.2]: https://github.com/matthewhanson/boto3-utils/compare/0.3.1...0.3.2

boto3utils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.1"
1+
__version__ = "0.4.2"

0 commit comments

Comments
 (0)