Skip to content

Commit

Permalink
update pyyaml to v6.0.1, bump meeple to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boldandbrad committed Oct 13, 2023
1 parent 869344c commit bce69a2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ and this project adheres to

## [Unreleased]

## [v1.0.1] - 2023-10-13

### Changed

- `DEPENDENCY` - Update `pyyaml` to v6.0.1.

### Fixed

- Fix homebrew install dependency crash.

## [v1.0.0] - 2023-10-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"rich >=13",
"xmltodict >=0.12.0",
"requests >=2",
"pyyaml >=6",
"pyyaml >=6.0.1",
]

[project.scripts]
Expand Down
2 changes: 1 addition & 1 deletion src/meeple/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Local board game collection manager. Powered by BoardGameGeek."""

# release version
__version__ = "1.0.0"
__version__ = "1.0.1"

0 comments on commit bce69a2

Please sign in to comment.