Skip to content

Commit

Permalink
Version 0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekPikula committed Nov 29, 2022
1 parent 7709a34 commit 82b6096
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.1]

### Changed
- Don't start writing to the file until it's generated
Expand All @@ -18,5 +18,5 @@ 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.0...main
[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.0"
version = "0.1.1"
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 82b6096

Please sign in to comment.