diff options
| author | 2021-02-15 10:19:24 -0600 | |
|---|---|---|
| committer | 2021-02-15 10:19:24 -0600 | |
| commit | 050d7c12a38ab37cec7bf86d4d246fa9d7cd4edd (patch) | |
| tree | ad89be42525af8b69ea77c98f8ffb258945c1798 | |
| parent | Fix #636 (diff) | |
Prepare for 1.15.1 release.
| -rw-r--r-- | CHANGELOG.md | 5 | ||||
| -rw-r--r-- | src/conf/janetconf.h | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b084050..2ac2a8cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog All notable changes to this project will be documented in this file. -## Unreleased - ??? -- Fix documentation typos +## Unreleased - 1.15.1 +- 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. ## 1.15.0 - 2021-02-08 diff --git a/src/conf/janetconf.h b/src/conf/janetconf.h index 09331b09..aee756f8 100644 --- a/src/conf/janetconf.h +++ b/src/conf/janetconf.h @@ -6,8 +6,8 @@ #define JANET_VERSION_MAJOR 1 #define JANET_VERSION_MINOR 15 #define JANET_VERSION_PATCH 1 -#define JANET_VERSION_EXTRA "-dev" -#define JANET_VERSION "1.15.1-dev" +#define JANET_VERSION_EXTRA "" +#define JANET_VERSION "1.15.1" /* #define JANET_BUILD "local" */ |
