Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Pikuła <[email protected]>
  • Loading branch information
MarekPikula committed Jun 3, 2024
1 parent 7aa652e commit b905954
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.0.2]

### Fixed

- Fix identifier string representation for register arrays.

## [1.0.1]

### Fixed
Expand Down Expand Up @@ -83,6 +89,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Basic SystemRDL Markdown exporter.

[1.0.2]: https://github.com/SystemRDL/PeakRDL-Markdown/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/SystemRDL/PeakRDL-Markdown/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/SystemRDL/PeakRDL-Markdown/compare/v0.1.7...v1.0.0
[0.1.7]: https://github.com/SystemRDL/PeakRDL-Markdown/compare/v0.1.6...v0.1.7
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 = "peakrdl_markdown"
version = "1.0.0"
version = "1.0.2"
description = "Export Markdown description from the systemrdl-compiler register model"
authors = ["Marek Pikuła <[email protected]>"]
maintainers = ["Marek Pikuła <[email protected]>"]
Expand Down

0 comments on commit b905954

Please sign in to comment.