diff --git a/CHANGELOG.md b/CHANGELOG.md index 198533aa..d086f33d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # CHANGELOG -### +### 0.2.0 + * Refactored translation units visitors from libclang to Clang LibTooling (#50) * Fixed root namespace handling (#45) * Removed `static` prefix from constructors diff --git a/README.md b/README.md index eb1ebd75..bafaf5a6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build status](https://github.com/bkryza/clang-uml/actions/workflows/build.yml/badge.svg)](https://github.com/bkryza/clang-uml/actions) [![Coverage](https://codecov.io/gh/bkryza/clang-uml/branch/master/graph/badge.svg)](https://codecov.io/gh/bkryza/clang-uml) -[![Version](https://img.shields.io/badge/version-0.1.0-blue)](https://github.com/bkryza/clang-uml/releases) +[![Version](https://img.shields.io/badge/version-0.2.0-blue)](https://github.com/bkryza/clang-uml/releases) `clang-uml` is an automatic C++ to [PlantUML](https://plantuml.com) class, sequence and package diagram generator, driven by YAML configuration files. The main idea behind the