File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# ` splitflap ` [ ![ Contributor Covenant] ( https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg )] ( CODE_OF_CONDUCT.md )
2
2
3
- 🔖⚛️ RSS / Atom feed generation library for Racket. ** Still in progress **
3
+ 🔖⚛️ RSS / Atom feed generation library for Racket.
4
4
5
5
Everything you supply is validated, so the result is always either a valid feed or an exception.
6
6
Original file line number Diff line number Diff line change 1
1
#lang scribble/manual
2
2
3
- @(require "misc.rkt " (for-label splitflap xml))
3
+ @(require "misc.rkt "
4
+ splitflap/private/version
5
+ (for-label splitflap xml))
4
6
5
- @title{Package Notes}
7
+ @title{Package Notes (@splitflap-version[])}
8
+
9
+ Splitflap can be considered stable. No backward-incompatible changes are planned.
6
10
7
11
@section{Known Issues}
8
12
You can’t perform that action at this time.
0 commit comments