Skip to content

Commit

Permalink
Update changelog and release 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
connelldave committed Nov 26, 2023
1 parent ff1da91 commit d81f9a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python3 -m venv $POETRY_HOME
$POETRY_HOME/bin/pip install poetry==1.7.1
$POETRY_HOME/bin/poetry --version
- name: Build and publish package
run: |
/opt/poetry/bin/poetry config pypi-token.pypi "${{ secrets.pypi_password }}"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.7.4] - 2023-26-11

### Fixed

py.typed file has been moved, meaning type inference from botocove should now work
automatically.

## [1.7.3] - 2023-18-2

### Added
Expand Down

0 comments on commit d81f9a8

Please sign in to comment.