1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-08 03:23:01 +00:00

Prepare for 1.37.0 release.

This commit is contained in:
Calvin Rose
2024-12-05 17:51:06 -06:00
parent 5b79b48ae0
commit 85cb35e68f
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
# 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 ## 1.37.0 - 2024-12-05
- Fix meson cross compilation - Fix meson cross compilation
- Update timeout documentation for networking APIs: timeouts raise errors and do not return nil. - Update timeout documentation for networking APIs: timeouts raise errors and do not return nil.
- Add `janet_addtimeout_nil(double sec);` to the C API. - Add `janet_addtimeout_nil(double sec);` to the C API.

View File

@@ -6,8 +6,8 @@
#define JANET_VERSION_MAJOR 1 #define JANET_VERSION_MAJOR 1
#define JANET_VERSION_MINOR 37 #define JANET_VERSION_MINOR 37
#define JANET_VERSION_PATCH 0 #define JANET_VERSION_PATCH 0
#define JANET_VERSION_EXTRA "-dev" #define JANET_VERSION_EXTRA ""
#define JANET_VERSION "1.37.0-dev" #define JANET_VERSION "1.37.0"
/* #define JANET_BUILD "local" */ /* #define JANET_BUILD "local" */