Skip to content

Commit 2f60f46

Browse files
committed
chore(release): 0.1.1
1 parent bef61e8 commit 2f60f46

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
44

5+
## [0.1.1](https://github.com/bircni/DiagramGenerator/compare/0.1.0..0.1.1) - 2025-07-26
6+
7+
### Miscellaneous Chores
8+
9+
- add LICENSE file and specify MIT license in Cargo.toml - ([bef61e8](https://github.com/bircni/DiagramGenerator/commit/bef61e8f2e94d98cc8d6b2106d98316f637d77ea)) - Nicolas
10+
511
## [0.1.0] - 2025-07-26
612

713
### Continuous Integration
@@ -16,6 +22,10 @@ All notable changes to this project will be documented in this file. See [conven
1622

1723
- handle enums, functions and implementation blocks & improve html output([#2](https://github.com/bircni/DiagramGenerator/issues/2)) - ([ebbdaa3](https://github.com/bircni/DiagramGenerator/commit/ebbdaa3addcd3af10988b2817289bf728fc1549d)) - Nicolas
1824

25+
### Miscellaneous Chores
26+
27+
- **(release)** 0.1.0 - ([5b2eae3](https://github.com/bircni/DiagramGenerator/commit/5b2eae3837b147b3d863ff85420583d911a1351e)) - Nicolas
28+
1929
### Tests
2030

2131
- implement tests for logic and main modules - ([6e5e368](https://github.com/bircni/DiagramGenerator/commit/6e5e368f4726bc169b7326fbbb458015898c8da7)) - Nicolas

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "diagen"
33
description = "A tool for generating a diagram for a Rust project based on its source code."
44
repository = "https://github.com/bircni/DiagramGenerator"
5-
version = "0.1.0"
5+
version = "0.1.1"
66
edition = "2024"
77
license = "MIT"
88
authors = ["bircni", "fabus1184"]

0 commit comments

Comments
 (0)