Skip to content

Commit b6aa2c0

Browse files
committed
Releasing version 0.3.1
1 parent fada7c2 commit b6aa2c0

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# CHANGELOG
2-
2+
3+
### 0.3.1
34
* Added relationship deduction from `auto` return types which are template
45
specializations (#82)
56
* Fixed lambda names in class diagrams to be based on relative paths

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build status](https://github.com/bkryza/clang-uml/actions/workflows/build.yml/badge.svg)](https://github.com/bkryza/clang-uml/actions)
44
[![Coverage](https://codecov.io/gh/bkryza/clang-uml/branch/master/graph/badge.svg)](https://codecov.io/gh/bkryza/clang-uml)
5-
[![Version](https://img.shields.io/badge/version-0.3.0-blue)](https://github.com/bkryza/clang-uml/releases)
5+
[![Version](https://img.shields.io/badge/version-0.3.1-blue)](https://github.com/bkryza/clang-uml/releases)
66

77
`clang-uml` is an automatic C++ to UML class, sequence, package and include diagram generator, driven by
88
YAML configuration files. The main idea behind the

docs/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ sudo apt install clang-uml
2929

3030
```bash
3131
# Fedora 36
32-
wget https://github.com/bkryza/clang-uml/releases/download/0.3.0/clang-uml-0.3.0-1.fc36.x86_64.rpm
33-
sudo dnf install ./clang-uml-0.3.0-1.fc36.x86_64.rpm
32+
wget https://github.com/bkryza/clang-uml/releases/download/0.3.1/clang-uml-0.3.1-1.fc36.x86_64.rpm
33+
sudo dnf install ./clang-uml-0.3.1-1.fc36.x86_64.rpm
3434

3535
# Fedora 37
36-
wget https://github.com/bkryza/clang-uml/releases/download/0.3.0/clang-uml-0.3.0-1.fc37.x86_64.rpm
37-
sudo dnf install ./clang-uml-0.3.0-1.fc37.x86_64.rpm
36+
wget https://github.com/bkryza/clang-uml/releases/download/0.3.1/clang-uml-0.3.1-1.fc37.x86_64.rpm
37+
sudo dnf install ./clang-uml-0.3.1-1.fc37.x86_64.rpm
3838
```
3939

4040
#### Conda
@@ -149,7 +149,7 @@ bin\clang-uml.exe --version
149149
```
150150
It should produce something like:
151151
```bash
152-
clang-uml 0.3.0
152+
clang-uml 0.3.1
153153
Copyright (C) 2021-2023 Bartek Kryza <[email protected]>
154154
Built against LLVM/Clang libraries version: 15.0.6
155155
Using LLVM/Clang libraries version: clang version 15.0.6 (https://github.com/llvm/llvm-project.git 088f33605d8a61ff519c580a71b1dd57d16a03f8)

0 commit comments

Comments
 (0)