Skip to content

Commit 2a20e28

Browse files
committed
Version bump, notes
1 parent 6c21d0a commit 2a20e28

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

splitflap-doc/notes.scrbl

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,24 @@ plan to add a parameter which would cause @racket[dns-domain?] and @racket[email
2424
validate strings according to some alternative scheme that allows for non-ASCII characters. In order
2525
to do this correctly, though, I need to educate myself about any standards that exist in this area.
2626

27+
@section{Version History}
28+
29+
@subsection{Version 1.1}
30+
31+
@itemlist[#:style 'compact
32+
33+
@item{Fix unquoting bug in @racket[person] x-expressions
34+
(@link["https://github.com/otherjoel/splitflap/pull/7"]{#7})}
35+
36+
@item{Remove dependency on @racketmodname[txexpr] package
37+
(@link["https://github.com/otherjoel/splitflap/pull/8"]{#8})}
38+
39+
@item{Ensure @racket[system-language] works with Racket CS 8.4+
40+
(@link["https://github.com/otherjoel/splitflap/commit/0da67ccdc7c0e7f84c5a34cd88f627d65fbb86f4"]{@tt{0da67ccd}})}
41+
42+
]
43+
44+
2745
@section{Licensing}
2846

2947
Splitflap is provided under the terms of the

splitflap-lib/info.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#lang info
22

33
(define collection "splitflap")
4-
(define version "1.0")
4+
(define version "1.1")
55

66
(define deps '("gregor-lib"
77
"rackunit-lib"

0 commit comments

Comments
 (0)