Skip to content

Commit

Permalink
Version bump, notes
Browse files Browse the repository at this point in the history
  • Loading branch information
otherjoel committed Feb 2, 2022
1 parent 6c21d0a commit 2a20e28
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions splitflap-doc/notes.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,24 @@ plan to add a parameter which would cause @racket[dns-domain?] and @racket[email
validate strings according to some alternative scheme that allows for non-ASCII characters. In order
to do this correctly, though, I need to educate myself about any standards that exist in this area.

@section{Version History}

@subsection{Version 1.1}

@itemlist[#:style 'compact

@item{Fix unquoting bug in @racket[person] x-expressions
(@link["https://github.com/otherjoel/splitflap/pull/7"]{#7})}

@item{Remove dependency on @racketmodname[txexpr] package
(@link["https://github.com/otherjoel/splitflap/pull/8"]{#8})}

@item{Ensure @racket[system-language] works with Racket CS 8.4+
(@link["https://github.com/otherjoel/splitflap/commit/0da67ccdc7c0e7f84c5a34cd88f627d65fbb86f4"]{@tt{0da67ccd}})}

]


@section{Licensing}

Splitflap is provided under the terms of the
Expand Down
2 changes: 1 addition & 1 deletion splitflap-lib/info.rkt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#lang info

(define collection "splitflap")
(define version "1.0")
(define version "1.1")

(define deps '("gregor-lib"
"rackunit-lib"
Expand Down

0 comments on commit 2a20e28

Please sign in to comment.