Prepare for 1.15.1 release.

This commit is contained in:
Calvin Rose 2021-02-15 10:19:24 -06:00
parent 7e2c433abc
commit 050d7c12a3
2 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,9 @@
# Changelog # Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## Unreleased - ??? ## Unreleased - 1.15.1
- Fix documentation typos - Fix bug in windows version of `os/spawn` and `os/execute` with setting environment variables.
- Fix documentation typos.
- Fix peg integer reading combinators when used with capture tags. - Fix peg integer reading combinators when used with capture tags.
## 1.15.0 - 2021-02-08 ## 1.15.0 - 2021-02-08

View File

@ -6,8 +6,8 @@
#define JANET_VERSION_MAJOR 1 #define JANET_VERSION_MAJOR 1
#define JANET_VERSION_MINOR 15 #define JANET_VERSION_MINOR 15
#define JANET_VERSION_PATCH 1 #define JANET_VERSION_PATCH 1
#define JANET_VERSION_EXTRA "-dev" #define JANET_VERSION_EXTRA ""
#define JANET_VERSION "1.15.1-dev" #define JANET_VERSION "1.15.1"
/* #define JANET_BUILD "local" */ /* #define JANET_BUILD "local" */