Releasing version 0.3.1
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
### 0.3.1
|
||||||
* Added relationship deduction from `auto` return types which are template
|
* Added relationship deduction from `auto` return types which are template
|
||||||
specializations (#82)
|
specializations (#82)
|
||||||
* Fixed lambda names in class diagrams to be based on relative paths
|
* Fixed lambda names in class diagrams to be based on relative paths
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[](https://github.com/bkryza/clang-uml/actions)
|
[](https://github.com/bkryza/clang-uml/actions)
|
||||||
[](https://codecov.io/gh/bkryza/clang-uml)
|
[](https://codecov.io/gh/bkryza/clang-uml)
|
||||||
[](https://github.com/bkryza/clang-uml/releases)
|
[](https://github.com/bkryza/clang-uml/releases)
|
||||||
|
|
||||||
`clang-uml` is an automatic C++ to UML class, sequence, package and include diagram generator, driven by
|
`clang-uml` is an automatic C++ to UML class, sequence, package and include diagram generator, driven by
|
||||||
YAML configuration files. The main idea behind the
|
YAML configuration files. The main idea behind the
|
||||||
|
|||||||
@@ -29,12 +29,12 @@ sudo apt install clang-uml
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Fedora 36
|
# Fedora 36
|
||||||
wget https://github.com/bkryza/clang-uml/releases/download/0.3.0/clang-uml-0.3.0-1.fc36.x86_64.rpm
|
wget https://github.com/bkryza/clang-uml/releases/download/0.3.1/clang-uml-0.3.1-1.fc36.x86_64.rpm
|
||||||
sudo dnf install ./clang-uml-0.3.0-1.fc36.x86_64.rpm
|
sudo dnf install ./clang-uml-0.3.1-1.fc36.x86_64.rpm
|
||||||
|
|
||||||
# Fedora 37
|
# Fedora 37
|
||||||
wget https://github.com/bkryza/clang-uml/releases/download/0.3.0/clang-uml-0.3.0-1.fc37.x86_64.rpm
|
wget https://github.com/bkryza/clang-uml/releases/download/0.3.1/clang-uml-0.3.1-1.fc37.x86_64.rpm
|
||||||
sudo dnf install ./clang-uml-0.3.0-1.fc37.x86_64.rpm
|
sudo dnf install ./clang-uml-0.3.1-1.fc37.x86_64.rpm
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Conda
|
#### Conda
|
||||||
@@ -149,7 +149,7 @@ bin\clang-uml.exe --version
|
|||||||
```
|
```
|
||||||
It should produce something like:
|
It should produce something like:
|
||||||
```bash
|
```bash
|
||||||
clang-uml 0.3.0
|
clang-uml 0.3.1
|
||||||
Copyright (C) 2021-2023 Bartek Kryza <bkryza@gmail.com>
|
Copyright (C) 2021-2023 Bartek Kryza <bkryza@gmail.com>
|
||||||
Built against LLVM/Clang libraries version: 15.0.6
|
Built against LLVM/Clang libraries version: 15.0.6
|
||||||
Using LLVM/Clang libraries version: clang version 15.0.6 (https://github.com/llvm/llvm-project.git 088f33605d8a61ff519c580a71b1dd57d16a03f8)
|
Using LLVM/Clang libraries version: clang version 15.0.6 (https://github.com/llvm/llvm-project.git 088f33605d8a61ff519c580a71b1dd57d16a03f8)
|
||||||
|
|||||||
Reference in New Issue
Block a user