Updated version to 0.5.3
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# CHANGELOG
|
||||
|
||||
### 0.5.3
|
||||
* Added context filter direction and relationships options (#274)
|
||||
* Improved test coverage (#287)
|
||||
* Fixed handling of relationships to nested enums (#280)
|
||||
|
||||
2
Doxyfile
2
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.5.2
|
||||
PROJECT_NUMBER = 0.5.3
|
||||
|
||||
# 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
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
[](https://github.com/bkryza/clang-uml/actions)
|
||||
[](https://codecov.io/gh/bkryza/clang-uml)
|
||||
[](https://github.com/bkryza/clang-uml/releases)
|
||||
[](https://github.com/bkryza/clang-uml/releases)
|
||||
[](https://github.com/bkryza/clang-uml/releases)
|
||||
[](https://clang-uml.github.io)
|
||||
|
||||
|
||||
@@ -33,17 +33,17 @@ sudo apt install clang-uml
|
||||
#### Fedora
|
||||
|
||||
```bash
|
||||
# Fedora 37
|
||||
wget https://github.com/bkryza/clang-uml/releases/download/0.5.1/clang-uml-0.5.1-1.fc37.x86_64.rpm
|
||||
sudo dnf install ./clang-uml-0.5.1-1.fc37.x86_64.rpm
|
||||
|
||||
# Fedora 38
|
||||
wget https://github.com/bkryza/clang-uml/releases/download/0.5.1/clang-uml-0.5.1-1.fc38.x86_64.rpm
|
||||
sudo dnf install ./clang-uml-0.5.1-1.fc38.x86_64.rpm
|
||||
wget https://github.com/bkryza/clang-uml/releases/download/0.5.3/clang-uml-0.5.3-1.fc38.x86_64.rpm
|
||||
sudo dnf install ./clang-uml-0.5.3-1.fc38.x86_64.rpm
|
||||
|
||||
# Fedora 39
|
||||
wget https://github.com/bkryza/clang-uml/releases/download/0.5.1/clang-uml-0.5.1-1.fc39.x86_64.rpm
|
||||
sudo dnf install ./clang-uml-0.5.1-1.fc39.x86_64.rpm
|
||||
wget https://github.com/bkryza/clang-uml/releases/download/0.5.3/clang-uml-0.5.3-1.fc39.x86_64.rpm
|
||||
sudo dnf install ./clang-uml-0.5.3-1.fc39.x86_64.rpm
|
||||
|
||||
# Fedora 40
|
||||
wget https://github.com/bkryza/clang-uml/releases/download/0.5.3/clang-uml-0.5.3-1.fc40.x86_64.rpm
|
||||
sudo dnf install ./clang-uml-0.5.3-1.fc40.x86_64.rpm
|
||||
```
|
||||
|
||||
#### Conda
|
||||
@@ -57,7 +57,7 @@ conda install -c bkryza/label/clang-uml clang-uml
|
||||
#### Nix
|
||||
|
||||
You can use the version packaged in nixpkgs like this:
|
||||
Currently clang-uml version 0.5.1 is available in nixos-unstable and nixos-24.05
|
||||
Currently clang-uml version 0.5.2 is available in nixos-unstable and nixos-24.05
|
||||
```bash
|
||||
nix-shell -p clang-uml
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user