Updated version to 0.5.2

This commit is contained in:
Bartek Kryza
2024-05-04 17:27:57 +02:00
parent f1677193ba
commit 8905f05bad
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
# CHANGELOG # CHANGELOG
### 0.5.2
* Fixed generation of empty packages in class diagrams (#253) * Fixed generation of empty packages in class diagrams (#253)
* Added option inline_lambda_messages to omit lambda expressions from sequence * Added option inline_lambda_messages to omit lambda expressions from sequence
diagrams (#261) diagrams (#261)
@@ -13,7 +14,6 @@
* Fixed building with LLVM 18 (#251) * Fixed building with LLVM 18 (#251)
### 0.5.1 ### 0.5.1
* Fixed elements filter in sequence diagrams (#248) * Fixed elements filter in sequence diagrams (#248)
* Fixed progress indicators ranges with multiple commands per TU (#240) * Fixed progress indicators ranges with multiple commands per TU (#240)
* Added default diagram generation error for empty diagrams (#246) * Added default diagram generation error for empty diagrams (#246)

View File

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

View File

@@ -4,7 +4,7 @@
[![Build status](https://github.com/bkryza/clang-uml/actions/workflows/build.yml/badge.svg)](https://github.com/bkryza/clang-uml/actions) [![Build status](https://github.com/bkryza/clang-uml/actions/workflows/build.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) [![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.1-blue)](https://github.com/bkryza/clang-uml/releases) [![Version](https://img.shields.io/badge/version-0.5.2-blue)](https://github.com/bkryza/clang-uml/releases)
[![Version](https://img.shields.io/badge/LLVM-12,13,14,15,16,17,18-orange)](https://github.com/bkryza/clang-uml/releases) [![Version](https://img.shields.io/badge/LLVM-12,13,14,15,16,17,18-orange)](https://github.com/bkryza/clang-uml/releases)
[![Doxygen](https://img.shields.io/badge/Docs-Doxygen-gainsboro)](https://clang-uml.github.io) [![Doxygen](https://img.shields.io/badge/Docs-Doxygen-gainsboro)](https://clang-uml.github.io)

View File

@@ -190,7 +190,7 @@ bin\clang-uml.exe --version
``` ```
It should produce something like: It should produce something like:
```bash ```bash
clang-uml 0.5.1 clang-uml 0.5.2
Copyright (C) 2021-2024 Bartek Kryza <bkryza@gmail.com> Copyright (C) 2021-2024 Bartek Kryza <bkryza@gmail.com>
Linux x86_64 6.5.0-21-generic Linux x86_64 6.5.0-21-generic
Built against LLVM/Clang libraries version: 17.0.6 Built against LLVM/Clang libraries version: 17.0.6