Skip to content

Commit

Permalink
Updated version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bkryza committed Mar 5, 2025
1 parent 6c153e2 commit 28d2c92
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
18 changes: 9 additions & 9 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <[email protected]>
Linux x86_64 6.5.0-21-generic
Built against LLVM/Clang libraries version: 18.1.8
Expand Down

0 comments on commit 28d2c92

Please sign in to comment.