Skip to content

Commit

Permalink
Merge pull request #6 from cape-ph/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 1.0.2
  • Loading branch information
mehalter authored Jan 23, 2025
2 parents 9f01fde + 50df112 commit 3c604de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.2](https://github.com/cape-ph/capepy/compare/v1.0.1...v1.0.2) (2025-01-23)


### Bug Fixes

* **ci:** correctly set release type to python for updating the `pyproject.toml` file ([c74793a](https://github.com/cape-ph/capepy/commit/c74793ac008e34ccefecb6a6b91fa1bb3e471173))
* **dynamodb:** handle the case where getting an item from a DynamoDB table doesn't return a value ([9f01fde](https://github.com/cape-ph/capepy/commit/9f01fde28c08d72e2d579455f89447481290c972))

## [1.0.1](https://github.com/cape-ph/capepy/compare/v1.0.0...v1.0.1) (2024-11-08)


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 = "capepy"
version = "1.0.1"
version = "1.0.2"
description = "A collection of utility functions useful for developing on and interacting with the CAPE infrastructure"
authors = ["Micah Halter <micah.halter@gtri.gatech.edu>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 3c604de

Please sign in to comment.