Skip to content

Commit 9df7b25

Browse files
committed
2.36
1 parent 1f148fb commit 9df7b25

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Gostatic changelog
22

3+
## 2.36
4+
35
- Switch to using [SSE][] from websockets - simpler and less deps
46
- Using hotreload would trim responses to at most 32kb length, fixed now
57
- Updated all deps, some of them were few years old
8+
- Markdown is now parsed with [some attributes](https://github.com/yuin/goldmark#attributes)
69

710
[SSE]: https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events
811

lib/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package gostatic
22

33
// Current gostatic version
4-
const VERSION = "2.35"
4+
const VERSION = "2.36"

0 commit comments

Comments
 (0)