Skip to content

Commit c418cc6

Browse files
committed
Preparing 0.6.2 release
1 parent 133517e commit c418cc6

File tree

5 files changed

+38
-11
lines changed

5 files changed

+38
-11
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
### 0.6.2
4+
* Added support for LLVM 21 (#419)
5+
* Added generate_method_argument_names options for sequence diagrams (#404)
6+
* Add fuzzy matching for sequence diagram start condition error message (#405)
7+
* Fix mermaid double colon before member type (#397)
8+
* Fixed message comments in sequence diagrams (#417)
9+
* Added support for LLVM 20 (#398)
10+
311
### 0.6.1
412
* Fix handling of relationship_hints option (#394)
513
* Fixed handling of source location for template instantiation obtained from

Doxyfile

Lines changed: 1 addition & 1 deletion
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.6.1
41+
PROJECT_NUMBER = 0.6.2
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Linux build status](https://github.com/bkryza/clang-uml/actions/workflows/build.yml/badge.svg)](https://github.com/bkryza/clang-uml/actions)
66
[![macos build status](https://github.com/bkryza/clang-uml/actions/workflows/macos.yml/badge.svg)](https://github.com/bkryza/clang-uml/actions)
77
[![Coverage](https://codecov.io/gh/bkryza/clang-uml/branch/master/graph/badge.svg)](https://codecov.io/gh/bkryza/clang-uml)
8-
[![Version](https://img.shields.io/badge/version-0.6.1-blue)](https://github.com/bkryza/clang-uml/releases)
8+
[![Version](https://img.shields.io/badge/version-0.6.2-blue)](https://github.com/bkryza/clang-uml/releases)
99
[![Version](https://img.shields.io/badge/LLVM-12,13,14,15,16,17,18,19,20-orange)](https://github.com/bkryza/clang-uml/releases)
1010
[![Doxygen](https://img.shields.io/badge/Docs-Doxygen-gainsboro)](https://clang-uml.github.io)
1111

docs/installation.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,24 @@ sudo apt install clang-uml
3737

3838
```bash
3939
# Bookworm
40-
wget https://github.com/bkryza/clang-uml/releases/download/0.6.1/clang-uml_0.6.1-1_amd64.deb
41-
sudo apt install ./clang-uml_0.6.1-1_amd64.deb
40+
wget https://github.com/bkryza/clang-uml/releases/download/0.6.2/clang-uml_0.6.2-1_amd64.deb
41+
sudo apt install ./clang-uml_0.6.2-1_amd64.deb
4242
```
4343

4444
#### Fedora
4545

4646
```bash
4747
# Fedora 39
48-
wget https://github.com/bkryza/clang-uml/releases/download/0.6.1/clang-uml-0.6.1-1.fc39.x86_64.rpm
49-
sudo dnf install ./clang-uml-0.6.1-1.fc39.x86_64.rpm
48+
wget https://github.com/bkryza/clang-uml/releases/download/0.6.2/clang-uml-0.6.2-1.fc39.x86_64.rpm
49+
sudo dnf install ./clang-uml-0.6.2-1.fc39.x86_64.rpm
5050

5151
# Fedora 40
52-
wget https://github.com/bkryza/clang-uml/releases/download/0.6.1/clang-uml-0.6.1-1.fc40.x86_64.rpm
53-
sudo dnf install ./clang-uml-0.6.1-1.fc40.x86_64.rpm
52+
wget https://github.com/bkryza/clang-uml/releases/download/0.6.2/clang-uml-0.6.2-1.fc40.x86_64.rpm
53+
sudo dnf install ./clang-uml-0.6.2-1.fc40.x86_64.rpm
5454

5555
# Fedora 41
56-
wget https://github.com/bkryza/clang-uml/releases/download/0.6.1/clang-uml-0.6.1-1.fc41.x86_64.rpm
57-
sudo dnf install ./clang-uml-0.6.1-1.fc41.x86_64.rpm
56+
wget https://github.com/bkryza/clang-uml/releases/download/0.6.2/clang-uml-0.6.2-1.fc41.x86_64.rpm
57+
sudo dnf install ./clang-uml-0.6.2-1.fc41.x86_64.rpm
5858
```
5959

6060
#### Arch Linux
@@ -251,7 +251,7 @@ bin\clang-uml.exe --version
251251
```
252252
It should produce something like:
253253
```bash
254-
clang-uml 0.6.1
254+
clang-uml 0.6.2
255255
Copyright (C) 2021-2025 Bartek Kryza <[email protected]>
256256
Linux x86_64 6.5.0-21-generic
257257
Built against LLVM/Clang libraries version: 18.1.8

packaging/debian/control.plucky

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Source: clang-uml
2+
Maintainer: Bartek Kryza <[email protected]>
3+
Section: devel
4+
Priority: optional
5+
Build-Depends: debhelper, git, make, ccache, pkg-config, gcc, g++, gdb, cmake (>= 3.16), libyaml-cpp-dev, llvm-20, llvm-20-dev, clang-20, clang-tools-20, libclang-20-dev, libclang-cpp20-dev, libmlir-20-dev, mlir-20-tools, bash-completion, dh-sequence-bash-completion, libdw-dev, libunwind-dev
6+
Standards-Version: 4.3.0
7+
Vcs-Browser: https://github.com/bkryza/clang-uml
8+
Vcs-Git: https://github.com/bkryza/clang-uml.git
9+
Homepage: https://github.com/bkryza/clang-uml
10+
11+
12+
Package: clang-uml
13+
Architecture: any
14+
Section: utils
15+
Depends: ${misc:Depends}, ${shlibs:Depends}, clang-20
16+
Pre-Depends: ${misc:Pre-Depends}
17+
Description: Automatic C++ UML diagram generator based on Clang.
18+
.
19+
This package provides the clang-uml binary.

0 commit comments

Comments
 (0)