Skip to content

Commit 1c937ad

Browse files
committed
Prepare for 1.19.2 release. Update CHANGELOG.md
1 parent f9891a5 commit 1c937ad

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## Unreleased - ???
5-
- Update hash function.
4+
## 1.19.2 - 2021-12-06
5+
- Fix bug with missing status lines in some stack traces.
6+
- Update hash function to have better statistical properties.
67

78
## 1.19.1 - 2021-12-04
89
- Add an optional `prefix` parameter to `debug/stacktrace` to allow printing prettier error messages.

src/conf/janetconf.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#define JANET_VERSION_MAJOR 1
77
#define JANET_VERSION_MINOR 19
88
#define JANET_VERSION_PATCH 2
9-
#define JANET_VERSION_EXTRA "-dev"
10-
#define JANET_VERSION "1.19.2-dev"
9+
#define JANET_VERSION_EXTRA ""
10+
#define JANET_VERSION "1.19.2"
1111

1212
/* #define JANET_BUILD "local" */
1313

0 commit comments

Comments
 (0)