Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tamdaz committed Feb 23, 2025
1 parent 4e5429b commit 5ced104
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
# Changelog

## [0.6.0](https://github.com/tamdaz/cruml/releases/tag/0.6.0) - 2025-02-24

## Added

* Add an interface (@tamdaz)(#16)

## Changed

* Rename the `#find_by_name!` static method to `#find_by_name` (@tamdaz)(#15)

## Fixed

* Add missing code to set a module as an interface (@tamdaz)(#18)
* Namespace did not accept special characters (@tamdaz)(#14)
* Fix namespaces (@tamdaz)(#17)

## [0.5.0](https://github.com/tamdaz/cruml/releases/tag/0.5.0) - 2025-02-22

**BREAKING CHANGE**: cruml is no longer a library, this is now a exectuable tool.
**BREAKING CHANGE**: cruml is no longer a library, this is now an exectuable tool.

## Added

Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cruml
version: 0.5.0
version: 0.6.0

description: |
A library that provides an UML class diagram for any Crystal projects.
Expand Down
2 changes: 1 addition & 1 deletion src/cruml.cr
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ require "./console"
# This is useful for any Crystal projects.
# > Cruml uses the compiler API to retrieve the Crystal code.
module Cruml
VERSION = "0.5.0"
VERSION = "0.6.0"
end

0 comments on commit 5ced104

Please sign in to comment.