Skip to content

Commit 20093b9

Browse files
committed
Updated version to 0.5.0
1 parent 6db5970 commit 20093b9

18 files changed

+21
-18
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
### 0.5.0
4+
* Fixed static linking against LLVM (#225)
5+
* Fixed handling of absolute paths in glob patterns (#233)
36
* Enabled type_aliases config option for sequence diagrams (#224)
47
* Refactored and unified JSON generators output (#223)
58
* Added support for C++20 module based packages in class diagrams (#101)

Doxyfile

+1-1
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.4.2
41+
PROJECT_NUMBER = 0.5.0
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

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ recommend that a file or class name and description of purpose be included on
179179
the same “printed page” as the copyright notice for easier identification within
180180
third-party archives.
181181

182-
Copyright 2021-2023 Bartek Kryza <[email protected]>
182+
Copyright 2021-2024 Bartek Kryza <[email protected]>
183183

184184
Licensed under the Apache License, Version 2.0 (the "License");
185185
you may not use this file except in compliance with the License.

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Makefile
22
#
3-
# Copyright (c) 2021-2023 Bartek Kryza <[email protected]>
3+
# Copyright (c) 2021-2024 Bartek Kryza <[email protected]>
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

README.md

+1-1
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.4.2-blue)](https://github.com/bkryza/clang-uml/releases)
7+
[![Version](https://img.shields.io/badge/version-0.5.0-blue)](https://github.com/bkryza/clang-uml/releases)
88
[![Version](https://img.shields.io/badge/LLVM-12,13,14,15,16,17-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/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# docs/Makefile
22
#
3-
# Copyright (c) 2021-2023 Bartek Kryza <[email protected]>
3+
# Copyright (c) 2021-2024 Bartek Kryza <[email protected]>
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

docs/installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ bin\clang-uml.exe --version
173173
```
174174
It should produce something like:
175175
```bash
176-
clang-uml 0.4.2
177-
Copyright (C) 2021-2023 Bartek Kryza <[email protected]>
176+
clang-uml 0.5.0
177+
Copyright (C) 2021-2024 Bartek Kryza <[email protected]>
178178
Linux x86_64 6.2.0-36-generic
179179
Built against LLVM/Clang libraries version: 17.0.3
180180
Using LLVM/Clang libraries version: Ubuntu clang version 17.0.3 (++20231010073202+37b79e779f44-1~exp1~20231010073304.52)

packaging/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Makefile
22
#
3-
# Copyright (c) 2021-2023 Bartek Kryza <[email protected]>
3+
# Copyright (c) 2021-2024 Bartek Kryza <[email protected]>
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

packaging/autocomplete/_clang-uml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##
44
## packaging/autocomplete/_clang-uml
55
##
6-
## Copyright (c) 2021-2023 Bartek Kryza <[email protected]>
6+
## Copyright (c) 2021-2024 Bartek Kryza <[email protected]>
77
##
88
## Licensed under the Apache License, Version 2.0 (the "License");
99
## you may not use this file except in compliance with the License.

packaging/autocomplete/clang-uml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##
44
## packaging/autocomplete/clang-uml.bash-completion
55
##
6-
## Copyright (c) 2021-2023 Bartek Kryza <[email protected]>
6+
## Copyright (c) 2021-2024 Bartek Kryza <[email protected]>
77
##
88
## Licensed under the Apache License, Version 2.0 (the "License");
99
## you may not use this file except in compliance with the License.

packaging/debian/copyright

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Upstream-Name: clang-uml
33
Source: https://github.com/bkryza/clang-uml
44

55
Files: *
6-
Copyright: 2021-2023 Bartek Kryza <[email protected]>
6+
Copyright: 2021-2024 Bartek Kryza <[email protected]>
77
License: apache
88
Licensed under the Apache License, Version 2.0 (the "License");
99
you may not use this file except in compliance with the License.

src/version.h.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* src/version.h
33
*
4-
* Copyright (c) 2021-2023 Bartek Kryza <[email protected]>
4+
* Copyright (c) 2021-2024 Bartek Kryza <[email protected]>
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

util/check_formatting.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##
44
## util/check_formatting.sh
55
##
6-
## Copyright (c) 2021-2023 Bartek Kryza <[email protected]>
6+
## Copyright (c) 2021-2024 Bartek Kryza <[email protected]>
77
##
88
## Licensed under the Apache License, Version 2.0 (the "License");
99
## you may not use this file except in compliance with the License.

util/format_svg.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##
44
## util/format_svg.py
55
##
6-
## Copyright (c) 2021-2023 Bartek Kryza <[email protected]>
6+
## Copyright (c) 2021-2024 Bartek Kryza <[email protected]>
77
##
88
## Licensed under the Apache License, Version 2.0 (the "License");
99
## you may not use this file except in compliance with the License.

util/generate_mermaid.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##
44
## util/validate_json.py
55
##
6-
## Copyright (c) 2021-2023 Bartek Kryza <[email protected]>
6+
## Copyright (c) 2021-2024 Bartek Kryza <[email protected]>
77
##
88
## Licensed under the Apache License, Version 2.0 (the "License");
99
## you may not use this file except in compliance with the License.

util/generate_test_case.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##
44
## util/generate_test_case.py
55
##
6-
## Copyright (c) 2021-2023 Bartek Kryza <[email protected]>
6+
## Copyright (c) 2021-2024 Bartek Kryza <[email protected]>
77
##
88
## Licensed under the Apache License, Version 2.0 (the "License");
99
## you may not use this file except in compliance with the License.

util/generate_test_cases_docs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##
44
## util/generate_test_cases_docs.py
55
##
6-
## Copyright (c) 2021-2023 Bartek Kryza <[email protected]>
6+
## Copyright (c) 2021-2024 Bartek Kryza <[email protected]>
77
##
88
## Licensed under the Apache License, Version 2.0 (the "License");
99
## you may not use this file except in compliance with the License.

util/validate_json.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##
44
## util/validate_json.py
55
##
6-
## Copyright (c) 2021-2023 Bartek Kryza <[email protected]>
6+
## Copyright (c) 2021-2024 Bartek Kryza <[email protected]>
77
##
88
## Licensed under the Apache License, Version 2.0 (the "License");
99
## you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)