From 1935b8cefc662b891bffe45caf1069b99b301000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Piku=C5=82a?= Date: Mon, 3 Jun 2024 23:20:54 +0200 Subject: [PATCH] Release 1.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marek Pikuła --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae5b40a..44ac9a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index ccf70bf..6f2617a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] maintainers = ["Marek Pikuła "]