From df8b1e38adb151288dc8990f8c4227e367d3d7d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Piku=C5=82a?= Date: Tue, 29 Nov 2022 13:40:38 +0000 Subject: [PATCH] Release v0.1.2 --- CHANGELOG.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54cacb9..ae79b81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/pyproject.toml b/pyproject.toml index c6525d4..0c9c42b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] maintainers = ["Marek Pikuła "]