bump version

pull/218/head v2.2
Matthew Butterick 4 years ago
parent 95f464ff43
commit 0e89afbc65

@ -1,7 +1,7 @@
#lang info
(define collection 'multi)
(define version "2.1")
(define version "2.2")
(define deps '(["base" #:version "6.3"]
["txexpr" #:version "0.2"]
["sugar" #:version "0.2"]

@ -1 +1 @@
1581275113
1581870872

@ -24,6 +24,16 @@ Beyond keeping the commit history available, I make no promise to maintain the p
@section{Changelog}
@subsection{Version 2.2}
Added @racket[--null] and @racket[--dry-run] switches to @secref["raco_pollen_render" #:doc '(lib "pollen/scribblings/pollen.scrbl")].
Extended the @racket[define-meta] form to allow multiple keyvalue pairs.
Changed handling of @racket[current-metas] so that values can be updated by tag functions during the evaluation of a source file.
Switched to MIT license.
@subsection{Version 2.1}
Added @racket[setup:envvar-watchlist].

Loading…
Cancel
Save