Skip to content

Commit 6c21d0a

Browse files
committed
Update docs: Splitflap no longer “in progress”
1 parent 1905b3f commit 6c21d0a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `splitflap` [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CODE_OF_CONDUCT.md)
22

3-
🔖⚛️ RSS / Atom feed generation library for Racket. **Still in progress**
3+
🔖⚛️ RSS / Atom feed generation library for Racket.
44

55
Everything you supply is validated, so the result is always either a valid feed or an exception.
66

splitflap-doc/notes.scrbl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
#lang scribble/manual
22

3-
@(require "misc.rkt" (for-label splitflap xml))
3+
@(require "misc.rkt"
4+
splitflap/private/version
5+
(for-label splitflap xml))
46

5-
@title{Package Notes}
7+
@title{Package Notes (@splitflap-version[])}
8+
9+
Splitflap can be considered stable. No backward-incompatible changes are planned.
610

711
@section{Known Issues}
812

0 commit comments

Comments
 (0)