Skip to content

Commit 2e5fe62

Browse files
committed
Version 0.27.4
1 parent cdadd05 commit 2e5fe62

3 files changed

Lines changed: 17 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.27.4 2025-10-27
2+
3+
- Update dependencies
4+
15
# 0.27.3 2025-10-23
26

37
- Do not log Not Found errors

TODO.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## Immediate
22

3+
- [ ] Deal correctly with NoMethodError raised while rendering template, example:
4+
5+
```ruby
6+
div {
7+
markdown <<~MD
8+
```ruby
9+
@buffer << #{foo}
10+
```
11+
MD
12+
}
13+
```
14+
315
- [ ] Collection - treat directories and files as collections of data.
416

517
Kind of similar to the routing tree, but instead of routes it just takes a

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

0 commit comments

Comments
 (0)