Skip to content

Commit ca4293c

Browse files
committed
Release 0.6.1
1 parent 3f3bae7 commit ca4293c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

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+
317
## [0.6.0](https://github.com/tamdaz/cruml/releases/tag/0.6.0) - 2025-02-24
418

519
## Added

shard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cruml
2-
version: 0.6.0
2+
version: 0.6.1
33

44
description: |
55
A library that provides an UML class diagram for any Crystal projects.

src/cruml.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ require "./console"
44
# This is useful for any Crystal projects.
55
# > Cruml uses the compiler API to retrieve the Crystal code.
66
module Cruml
7-
VERSION = "0.6.0"
7+
VERSION = "0.6.1"
88
end

0 commit comments

Comments
 (0)