Skip to content

Commit e41b0da

Browse files
committed
Updated version to 0.5.3
1 parent 4b6e671 commit e41b0da

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

CHANGELOG.md

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

3+
### 0.5.3
34
* Added context filter direction and relationships options (#274)
45
* Improved test coverage (#287)
56
* Fixed handling of relationships to nested enums (#280)

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.5.2
41+
PROJECT_NUMBER = 0.5.3
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
@@ -4,7 +4,7 @@
44

55
[![Build status](https://github.com/bkryza/clang-uml/actions/workflows/build.yml/badge.svg)](https://github.com/bkryza/clang-uml/actions)
66
[![Coverage](https://codecov.io/gh/bkryza/clang-uml/branch/master/graph/badge.svg)](https://codecov.io/gh/bkryza/clang-uml)
7-
[![Version](https://img.shields.io/badge/version-0.5.2-blue)](https://github.com/bkryza/clang-uml/releases)
7+
[![Version](https://img.shields.io/badge/version-0.5.3-blue)](https://github.com/bkryza/clang-uml/releases)
88
[![Version](https://img.shields.io/badge/LLVM-12,13,14,15,16,17,18-orange)](https://github.com/bkryza/clang-uml/releases)
99
[![Doxygen](https://img.shields.io/badge/Docs-Doxygen-gainsboro)](https://clang-uml.github.io)
1010

docs/installation.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ sudo apt install clang-uml
3333
#### Fedora
3434

3535
```bash
36-
# Fedora 37
37-
wget https://github.com/bkryza/clang-uml/releases/download/0.5.1/clang-uml-0.5.1-1.fc37.x86_64.rpm
38-
sudo dnf install ./clang-uml-0.5.1-1.fc37.x86_64.rpm
39-
4036
# Fedora 38
41-
wget https://github.com/bkryza/clang-uml/releases/download/0.5.1/clang-uml-0.5.1-1.fc38.x86_64.rpm
42-
sudo dnf install ./clang-uml-0.5.1-1.fc38.x86_64.rpm
37+
wget https://github.com/bkryza/clang-uml/releases/download/0.5.3/clang-uml-0.5.3-1.fc38.x86_64.rpm
38+
sudo dnf install ./clang-uml-0.5.3-1.fc38.x86_64.rpm
4339

4440
# Fedora 39
45-
wget https://github.com/bkryza/clang-uml/releases/download/0.5.1/clang-uml-0.5.1-1.fc39.x86_64.rpm
46-
sudo dnf install ./clang-uml-0.5.1-1.fc39.x86_64.rpm
41+
wget https://github.com/bkryza/clang-uml/releases/download/0.5.3/clang-uml-0.5.3-1.fc39.x86_64.rpm
42+
sudo dnf install ./clang-uml-0.5.3-1.fc39.x86_64.rpm
43+
44+
# Fedora 40
45+
wget https://github.com/bkryza/clang-uml/releases/download/0.5.3/clang-uml-0.5.3-1.fc40.x86_64.rpm
46+
sudo dnf install ./clang-uml-0.5.3-1.fc40.x86_64.rpm
4747
```
4848

4949
#### Conda
@@ -57,7 +57,7 @@ conda install -c bkryza/label/clang-uml clang-uml
5757
#### Nix
5858

5959
You can use the version packaged in nixpkgs like this:
60-
Currently clang-uml version 0.5.1 is available in nixos-unstable and nixos-24.05
60+
Currently clang-uml version 0.5.2 is available in nixos-unstable and nixos-24.05
6161
```bash
6262
nix-shell -p clang-uml
6363
```

0 commit comments

Comments
 (0)