We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0af8c commit 4dc281aCopy full SHA for 4dc281a
CHANGELOG.md
@@ -1,7 +1,7 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
-## Unreleased - ???
+## 1.19.1 - 2021-12-04
5
- Add an optional `prefix` paramater to `debug/stacktrace` to allow printing prettier error messages.
6
- Remove appveyor for CI pipeline
7
- Fixed a bug that prevented sending threaded abstracts over threaded channels.
src/conf/janetconf.h
@@ -6,8 +6,8 @@
#define JANET_VERSION_MAJOR 1
#define JANET_VERSION_MINOR 19
8
#define JANET_VERSION_PATCH 1
9
-#define JANET_VERSION_EXTRA "-dev"
10
-#define JANET_VERSION "1.19.1-dev"
+#define JANET_VERSION_EXTRA ""
+#define JANET_VERSION "1.19.1"
11
12
/* #define JANET_BUILD "local" */
13
0 commit comments