From 0e89afbc651437689b119bc24028128736589c9b Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sun, 16 Feb 2020 08:34:32 -0800 Subject: [PATCH] bump version --- info.rkt | 2 +- pollen/private/ts.rktd | 2 +- pollen/scribblings/version-history.scrbl | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/info.rkt b/info.rkt index b6f340e..8c99000 100644 --- a/info.rkt +++ b/info.rkt @@ -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"] diff --git a/pollen/private/ts.rktd b/pollen/private/ts.rktd index ce84752..fc74ca6 100644 --- a/pollen/private/ts.rktd +++ b/pollen/private/ts.rktd @@ -1 +1 @@ -1581275113 +1581870872 diff --git a/pollen/scribblings/version-history.scrbl b/pollen/scribblings/version-history.scrbl index 0372744..8c8cf86 100644 --- a/pollen/scribblings/version-history.scrbl +++ b/pollen/scribblings/version-history.scrbl @@ -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 key–value 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].