From 28d2c925d566dc9b4e4412e1110efab05bc8a230 Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Wed, 5 Mar 2025 10:42:46 +0100 Subject: [PATCH] Updated version to 0.6.1 --- Doxyfile | 2 +- README.md | 2 +- docs/installation.md | 18 +++++++++--------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Doxyfile b/Doxyfile index afed26e7..80b97e4b 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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 diff --git a/README.md b/README.md index aab25f00..7bc83683 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/installation.md b/docs/installation.md index 2771579b..53d8511d 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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 Linux x86_64 6.5.0-21-generic Built against LLVM/Clang libraries version: 18.1.8