Skip to content

Commit

Permalink
bump version to v0.1.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
boldandbrad committed May 16, 2023
1 parent 6631927 commit ed18118
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: check-toml
- id: check-added-large-files
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.261
rev: v0.0.267
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -27,23 +27,23 @@ repos:
hooks:
- id: isort
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.22.0
rev: 0.23.0
hooks:
- id: check-github-workflows
- repo: https://github.com/gitleaks/gitleaks
rev: v8.16.2
rev: v8.16.3
hooks:
- id: gitleaks
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.6
rev: v3.0.0-alpha.9-for-vscode
hooks:
- id: prettier
- repo: https://github.com/returntocorp/semgrep
rev: v1.17.1
rev: v1.21.0
hooks:
- id: semgrep
args: ["--config", "auto", "--error", "--skip-unknown-extensions"]
- repo: https://github.com/dosisod/refurb
rev: v1.15.0
rev: v1.16.0
hooks:
- id: refurb
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to

## [Unreleased]

## [v0.1.0rc1] - 2023-05-15

### Added

- `meeple list` - Show warning message when the collection has pending changes.
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__ = "0.1.0b9.dev1"
__version__ = "0.1.0rc1"

0 comments on commit ed18118

Please sign in to comment.