Updated version to 0.6.1

This commit is contained in:
Bartek Kryza 2025-03-05 10:42:46 +01:00
parent 6c153e23bc
commit 28d2c925d5
No known key found for this signature in database
GPG Key ID: 241B25F44E85B4D7
3 changed files with 11 additions and 11 deletions

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.6.0
PROJECT_NUMBER = 0.6.1
# 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.6.0-blue)](https://github.com/bkryza/clang-uml/releases)
[![Version](https://img.shields.io/badge/version-0.6.1-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)

View File

@ -37,24 +37,24 @@ sudo apt install clang-uml
```bash
# Bookworm
wget https://github.com/bkryza/clang-uml/releases/download/0.6.0/clang-uml_0.6.0-1_amd64.deb
sudo apt install ./clang-uml_0.6.0-1_amd64.deb
wget https://github.com/bkryza/clang-uml/releases/download/0.6.1/clang-uml_0.6.1-1_amd64.deb
sudo apt install ./clang-uml_0.6.1-1_amd64.deb
```
#### Fedora
```bash
# Fedora 39
wget https://github.com/bkryza/clang-uml/releases/download/0.6.0/clang-uml-0.6.0-1.fc39.x86_64.rpm
sudo dnf install ./clang-uml-0.6.0-1.fc39.x86_64.rpm
wget https://github.com/bkryza/clang-uml/releases/download/0.6.1/clang-uml-0.6.1-1.fc39.x86_64.rpm
sudo dnf install ./clang-uml-0.6.1-1.fc39.x86_64.rpm
# Fedora 40
wget https://github.com/bkryza/clang-uml/releases/download/0.6.0/clang-uml-0.6.0-1.fc40.x86_64.rpm
sudo dnf install ./clang-uml-0.6.0-1.fc40.x86_64.rpm
wget https://github.com/bkryza/clang-uml/releases/download/0.6.1/clang-uml-0.6.1-1.fc40.x86_64.rpm
sudo dnf install ./clang-uml-0.6.1-1.fc40.x86_64.rpm
# Fedora 41
wget https://github.com/bkryza/clang-uml/releases/download/0.6.0/clang-uml-0.6.0-1.fc41.x86_64.rpm
sudo dnf install ./clang-uml-0.6.0-1.fc41.x86_64.rpm
wget https://github.com/bkryza/clang-uml/releases/download/0.6.1/clang-uml-0.6.1-1.fc41.x86_64.rpm
sudo dnf install ./clang-uml-0.6.1-1.fc41.x86_64.rpm
```
#### Arch Linux
@ -248,7 +248,7 @@ bin\clang-uml.exe --version
```
It should produce something like:
```bash
clang-uml 0.6.0
clang-uml 0.6.1
Copyright (C) 2021-2025 Bartek Kryza <bkryza@gmail.com>
Linux x86_64 6.5.0-21-generic
Built against LLVM/Clang libraries version: 18.1.8