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 f72aa64 commit c333cbfCopy full SHA for c333cbf
CHANGELOG.md
@@ -1,7 +1,7 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
-## 0.3.2 - present
+## 0.3.0 - 2019-26-01
5
- Add amalgamated build to janet for easier embedding.
6
- Add os/date function
7
- Add slurp and spit to core library.
src/include/janet/janet.h
@@ -29,7 +29,7 @@ extern "C" {
29
30
/***** START SECTION CONFIG *****/
31
32
-#define JANET_VERSION "0.3.1"
+#define JANET_VERSION "0.3.0"
33
34
#ifndef JANET_BUILD
35
#define JANET_BUILD "local"
0 commit comments