Skip to content

Commit 3ed2443

Browse files
committed
Version 0.3
1 parent c2326f8 commit 3ed2443

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3 2025-06-25
2+
3+
- Implement module reloading on file change
4+
15
## 0.2 2025-06-24
26

37
- Add CLI tool

lib/syntropy/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Syntropy
4-
VERSION = '0.2'
4+
VERSION = '0.3'
55
end

0 commit comments

Comments
 (0)