Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekPikula committed Nov 29, 2022
1 parent 447d012 commit df8b1e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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).

## [Unreleased]
## [0.1.2]

### Added
- Add option to generate addrmap up to given depth.
Expand All @@ -29,6 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Basic SystemRDL Markdown exporter.

[Unreleased]: https://github.com/MarekPikula/PeakRDL-Markdown/compare/v0.1.1...main
[0.1.2]: https://github.com/MarekPikula/PeakRDL-Markdown/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/MarekPikula/PeakRDL-Markdown/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/MarekPikula/PeakRDL-Markdown/compare/v0.0.0...v0.1.0
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 = "0.1.1"
version = "0.1.2"
description = "Export Markdown description from the systemrdl-compiler register model"
authors = ["Marek Pikuła <marek.pikula@embevity.com>"]
maintainers = ["Marek Pikuła <marek.pikula@embevity.com>"]
Expand Down

0 comments on commit df8b1e3

Please sign in to comment.