Updated version to 0.6.0

This commit is contained in:
Bartek Kryza 2025-01-14 00:25:14 +01:00
parent 0f21fd826d
commit 1495b441b8
No known key found for this signature in database
GPG Key ID: 241B25F44E85B4D7
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
# CHANGELOG
### 0.6.0
* Added support for regular expressions in sequence diagram boundary conditions (#366)
* Improved generation performance of to and from_to sequence diagrams (#365)
* Fixed handling of empty pack expansion types rendering (#362)

View File

@ -38,7 +38,7 @@ PROJECT_NAME = "clang-uml"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 0.5.6
PROJECT_NUMBER = 0.6.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

View File

@ -5,7 +5,7 @@
[![Linux build status](https://github.com/bkryza/clang-uml/actions/workflows/build.yml/badge.svg)](https://github.com/bkryza/clang-uml/actions)
[![macos build status](https://github.com/bkryza/clang-uml/actions/workflows/macos.yml/badge.svg)](https://github.com/bkryza/clang-uml/actions)
[![Coverage](https://codecov.io/gh/bkryza/clang-uml/branch/master/graph/badge.svg)](https://codecov.io/gh/bkryza/clang-uml)
[![Version](https://img.shields.io/badge/version-0.5.6-blue)](https://github.com/bkryza/clang-uml/releases)
[![Version](https://img.shields.io/badge/version-0.6.0-blue)](https://github.com/bkryza/clang-uml/releases)
[![Version](https://img.shields.io/badge/LLVM-12,13,14,15,16,17,18,19-orange)](https://github.com/bkryza/clang-uml/releases)
[![Doxygen](https://img.shields.io/badge/Docs-Doxygen-gainsboro)](https://clang-uml.github.io)