Skip to content

Commit 28d2c92

Browse files
committed
Updated version to 0.6.1
1 parent 6c153e2 commit 28d2c92

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

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.0
41+
PROJECT_NUMBER = 0.6.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

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.0-blue)](https://github.com/bkryza/clang-uml/releases)
8+
[![Version](https://img.shields.io/badge/version-0.6.1-blue)](https://github.com/bkryza/clang-uml/releases)
99
[![Version](https://img.shields.io/badge/LLVM-12,13,14,15,16,17,18,19-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.0/clang-uml_0.6.0-1_amd64.deb
41-
sudo apt install ./clang-uml_0.6.0-1_amd64.deb
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
4242
```
4343

4444
#### Fedora
4545

4646
```bash
4747
# Fedora 39
48-
wget https://github.com/bkryza/clang-uml/releases/download/0.6.0/clang-uml-0.6.0-1.fc39.x86_64.rpm
49-
sudo dnf install ./clang-uml-0.6.0-1.fc39.x86_64.rpm
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
5050

5151
# Fedora 40
52-
wget https://github.com/bkryza/clang-uml/releases/download/0.6.0/clang-uml-0.6.0-1.fc40.x86_64.rpm
53-
sudo dnf install ./clang-uml-0.6.0-1.fc40.x86_64.rpm
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
5454

5555
# Fedora 41
56-
wget https://github.com/bkryza/clang-uml/releases/download/0.6.0/clang-uml-0.6.0-1.fc41.x86_64.rpm
57-
sudo dnf install ./clang-uml-0.6.0-1.fc41.x86_64.rpm
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
5858
```
5959

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

0 commit comments

Comments
 (0)