Releasing version 0.3.7
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
### 0.3.7
|
||||||
* Added regexp support to selected diagram filters (#51, #132)
|
* Added regexp support to selected diagram filters (#51, #132)
|
||||||
* Added method type diagram filter (#145)
|
* Added method type diagram filter (#145)
|
||||||
* Added default method grouping and sorting in class diagrams (#36)
|
* Added default method grouping and sorting in class diagrams (#36)
|
||||||
|
|||||||
@@ -4,7 +4,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)
|
||||||
[](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
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ file(GLOB_RECURSE TEST_CONFIG_YMLS test_config_data/*.yml
|
|||||||
test_compilation_database_data/*.yml
|
test_compilation_database_data/*.yml
|
||||||
test_compilation_database_data/*.json)
|
test_compilation_database_data/*.json)
|
||||||
|
|
||||||
set(TEST_CASES_REQUIRING_CXX20 t00056 t00058 t00059)
|
set(TEST_CASES_REQUIRING_CXX20 t00056 t00058 t00059 t00065)
|
||||||
|
|
||||||
set(CLANG_UML_TEST_LIBRARIES
|
set(CLANG_UML_TEST_LIBRARIES
|
||||||
clang-umllib
|
clang-umllib
|
||||||
|
|||||||
Reference in New Issue
Block a user