Prepare for 1.19.2 release. Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2021-12-06 17:25:35 -06:00
parent f9891a5c04
commit 1c937ad960
2 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.
## Unreleased - ???
- Update hash function.
## 1.19.2 - 2021-12-06
- Fix bug with missing status lines in some stack traces.
- Update hash function to have better statistical properties.
## 1.19.1 - 2021-12-04
- Add an optional `prefix` parameter to `debug/stacktrace` to allow printing prettier error messages.

View File

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