From c455bdad1109b24c062833419c91596fe5a9f2e0 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 19 Sep 2020 16:54:56 -0500 Subject: [PATCH] Get ready for 1.12.2 release. --- CHANGELOG.md | 3 ++- src/conf/janetconf.h | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6970c62..636ad7fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/src/conf/janetconf.h b/src/conf/janetconf.h index 2a3cdfba..d3dd9ff0 100644 --- a/src/conf/janetconf.h +++ b/src/conf/janetconf.h @@ -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" */