Skip to content

Commit 70a039f

Browse files
committed
Version 0.5
1 parent 08f7206 commit 70a039f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.5 2025-07-05
2+
3+
- Refactor App class to use Router
14
- Refactor routing functionality into separate Router class
25
- Add support for _site.rb file
36

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.4'
4+
VERSION = '0.5'
55
end

0 commit comments

Comments
 (0)