Commit ca4293c 1 parent 3f3bae7 commit ca4293c Copy full SHA for ca4293c
File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.6.1] ( https://github.com/tamdaz/cruml/releases/tag/0.6.1 ) - 2025-02-24
4
+
5
+ ## Setup
6
+
7
+ - Setup configuration to debug. (@tamdaz )(#21 )
8
+
9
+ ## Changed
10
+
11
+ - Refactor the code and docs. (@tamdaz )(#19 )(#20 )
12
+
13
+ ## Fixed
14
+
15
+ - Fix namespace prefix. (@tamdaz )(#22 )
16
+
3
17
## [ 0.6.0] ( https://github.com/tamdaz/cruml/releases/tag/0.6.0 ) - 2025-02-24
4
18
5
19
## Added
Original file line number Diff line number Diff line change 1
1
name : cruml
2
- version : 0.6.0
2
+ version : 0.6.1
3
3
4
4
description : |
5
5
A library that provides an UML class diagram for any Crystal projects.
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ require "./console"
4
4
# This is useful for any Crystal projects.
5
5
# > Cruml uses the compiler API to retrieve the Crystal code.
6
6
module Cruml
7
- VERSION = " 0.6.0 "
7
+ VERSION = " 0.6.1 "
8
8
end
You can’t perform that action at this time.
0 commit comments