Get ready for 1.12.2 release.

This commit is contained in:
Calvin Rose 2020-09-19 16:54:56 -05:00
parent bc1ef813c2
commit c455bdad11
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
# Changelog
All notable changes to this project will be documented in this file.
## Unreleased - ???
## 1.12.2 - 2020-09-19
- Fix `os/execute` regression on windows.
- Add :pipe option to `os/spawn`.
- Fix docstring typos.

View File

@ -28,9 +28,9 @@
#define JANET_VERSION_MAJOR 1
#define JANET_VERSION_MINOR 12
#define JANET_VERSION_PATCH 1
#define JANET_VERSION_PATCH 2
#define JANET_VERSION_EXTRA ""
#define JANET_VERSION "1.12.1"
#define JANET_VERSION "1.12.2"
/* #define JANET_BUILD "local" */