mirror of
https://github.com/janet-lang/janet
synced 2024-11-25 01:37:19 +00:00
Prepare for 1.15.1 release.
This commit is contained in:
parent
7e2c433abc
commit
050d7c12a3
@ -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
|
||||||
|
@ -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" */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user