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 "]