Skip to content

Commit 6807fbc

Browse files
committed
Version 0.8
1 parent 05d83c4 commit 6807fbc

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.8 2025-07-05
2+
3+
- Add `MODULE` constant for referencing the module
4+
- Implement `Module.page_list`
5+
16
## 0.7 2025-07-05
27

38
- Implement `Module.route_by_host`

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

0 commit comments

Comments
 (0)