We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9891a5 commit 1c937adCopy full SHA for 1c937ad
CHANGELOG.md
@@ -1,8 +1,9 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
-## Unreleased - ???
5
-- Update hash function.
+## 1.19.2 - 2021-12-06
+- Fix bug with missing status lines in some stack traces.
6
+- Update hash function to have better statistical properties.
7
8
## 1.19.1 - 2021-12-04
9
- Add an optional `prefix` parameter to `debug/stacktrace` to allow printing prettier error messages.
src/conf/janetconf.h
@@ -6,8 +6,8 @@
#define JANET_VERSION_MAJOR 1
#define JANET_VERSION_MINOR 19
#define JANET_VERSION_PATCH 2
-#define JANET_VERSION_EXTRA "-dev"
10
-#define JANET_VERSION "1.19.2-dev"
+#define JANET_VERSION_EXTRA ""
+#define JANET_VERSION "1.19.2"
11
12
/* #define JANET_BUILD "local" */
13
0 commit comments