Skip to content

Commit

Permalink
Release 2022.05.1
Browse files Browse the repository at this point in the history
  • Loading branch information
foonathan committed Jul 13, 2022
1 parent 222dc2b commit 5b7095d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Changelog

== Upcoming
== Release 2022.05.1

* Change `dsl::scan`: it will now be invoked with the previously produced values.
* Add `dsl::parse_as` to ensure that a rule always produces a value (e.g. when combined with the `dsl::scan` change above).
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: BSL-1.0

cmake_minimum_required(VERSION 3.8)
project(lexy VERSION 2022.05.0 LANGUAGES CXX)
project(lexy VERSION 2022.05.1 LANGUAGES CXX)

set(LEXY_USER_CONFIG_HEADER "" CACHE FILEPATH "The user config header for lexy.")
option(LEXY_FORCE_CPP17 "Whether or not lexy should use C++17 even if compiler supports C++20." OFF)
Expand Down

0 comments on commit 5b7095d

Please sign in to comment.