Skip to content

Commit

Permalink
Bump PeakRDL version and update dependencies
Browse files Browse the repository at this point in the history
Closes #8

Signed-off-by: Marek Pikuła <[email protected]>
  • Loading branch information
MarekPikula committed Sep 15, 2023
1 parent ed07963 commit 6be5473
Show file tree
Hide file tree
Showing 4 changed files with 363 additions and 328 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/python-poetry/poetry
rev: "1.5.0"
rev: "1.6.0"
hooks:
- id: poetry-check
- repo: https://github.com/ambv/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/pycqa/isort
Expand All @@ -23,11 +23,11 @@ repos:
language: system
types: [python]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.270"
rev: "v0.0.290"
hooks:
- id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.3.0"
rev: "v1.5.1"
hooks:
- id: mypy

Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.6]

### Changed
- Change all namespace references to SystemRDL
- Bump PeakRDL version

## [0.1.5]

Expand Down Expand Up @@ -52,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Basic SystemRDL Markdown exporter.

[Unreleased]: https://github.com/SystemRDL/PeakRDL-Markdown/compare/v0.1.5...main
[Unreleased]: https://github.com/SystemRDL/PeakRDL-Markdown/compare/v0.1.6...main
[0.1.6]: https://github.com/SystemRDL/PeakRDL-Markdown/compare/v0.1.5...v0.1.6
[0.1.5]: https://github.com/SystemRDL/PeakRDL-Markdown/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/SystemRDL/PeakRDL-Markdown/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/SystemRDL/PeakRDL-Markdown/compare/v0.1.2...v0.1.3
Expand Down
Loading

0 comments on commit 6be5473

Please sign in to comment.