Skip to content

Commit d0a9f0c

Browse files
committed
Updated version to 0.5.1
1 parent 9d2a125 commit d0a9f0c

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CHANGELOG
2-
2+
3+
### 0.5.1
4+
35
* Fixed elements filter in sequence diagrams (#248)
46
* Fixed progress indicators ranges with multiple commands per TU (#240)
57
* Added default diagram generation error for empty diagrams (#246)

Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "clang-uml"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 0.5.0
41+
PROJECT_NUMBER = 0.5.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![Build status](https://github.com/bkryza/clang-uml/actions/workflows/build.yml/badge.svg)](https://github.com/bkryza/clang-uml/actions)
66
[![Coverage](https://codecov.io/gh/bkryza/clang-uml/branch/master/graph/badge.svg)](https://codecov.io/gh/bkryza/clang-uml)
7-
[![Version](https://img.shields.io/badge/version-0.5.0-blue)](https://github.com/bkryza/clang-uml/releases)
7+
[![Version](https://img.shields.io/badge/version-0.5.1-blue)](https://github.com/bkryza/clang-uml/releases)
88
[![Version](https://img.shields.io/badge/LLVM-12,13,14,15,16,17-orange)](https://github.com/bkryza/clang-uml/releases)
99
[![Doxygen](https://img.shields.io/badge/Docs-Doxygen-gainsboro)](https://clang-uml.github.io)
1010

docs/installation.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,11 @@ bin\clang-uml.exe --version
173173
```
174174
It should produce something like:
175175
```bash
176-
clang-uml 0.5.0
176+
clang-uml 0.5.1
177177
Copyright (C) 2021-2024 Bartek Kryza <[email protected]>
178-
Linux x86_64 6.2.0-36-generic
179-
Built against LLVM/Clang libraries version: 17.0.3
180-
Using LLVM/Clang libraries version: Ubuntu clang version 17.0.3 (++20231010073202+37b79e779f44-1~exp1~20231010073304.52)
181-
178+
Linux x86_64 6.5.0-21-generic
179+
Built against LLVM/Clang libraries version: 17.0.6
180+
Using LLVM/Clang libraries version: Ubuntu clang version 17.0.6
182181
```
183182

184183
Finally, remove the temporary build directory:

docs/troubleshooting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- toc -->
44

55
* [General issues](#general-issues)
6-
* [clang-uml crashes when generating diagram](#clang-uml-crashes-when-generating-diagram)
6+
* [clang-uml crashes when generating a diagram](#clang-uml-crashes-when-generating-a-diagram)
77
* [Diagram generation is very slow](#diagram-generation-is-very-slow)
88
* [Diagram generated with PlantUML is cropped](#diagram-generated-with-plantuml-is-cropped)
99
* [Clang produces several warnings during diagram generation](#clang-produces-several-warnings-during-diagram-generation)

0 commit comments

Comments
 (0)