This repository was archived by the owner on Jun 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
---
3
3
4
+ ## [ 1.4.1] ( https://github.com/arxlang/arx/compare/1.4.0...1.4.1 ) (2022-09-15)
5
+
6
+
7
+ ### Bug Fixes
8
+
9
+ * ** codegen:** Fix code generation and IO issues ([ #52 ] ( https://github.com/arxlang/arx/issues/52 ) ) ([ 62b8b48] ( https://github.com/arxlang/arx/commit/62b8b480c295bc2ecdcb5c25b5521b98682b57d9 ) )
10
+
4
11
# [ 1.4.0] ( https://github.com/arxlang/arx/compare/1.3.0...1.4.0 ) (2022-06-17)
5
12
6
13
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "ArxLang"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = "1.4.0 " # semantic-release
41
+ PROJECT_NUMBER = "1.4.1 " # semantic-release
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 26
26
#include " settings.h"
27
27
#include " utils.h"
28
28
29
- std::string ARX_VERSION = " 1.4.0 " ; // semantic-release
29
+ std::string ARX_VERSION = " 1.4.1 " ; // semantic-release
30
30
extern std::string INPUT_FILE;
31
31
extern std::string OUTPUT_FILE;
32
32
Original file line number Diff line number Diff line change 1
1
{% set name = "arx" %}
2
- {% set version = "1.4.0 " %} # semantic-release
2
+ {% set version = "1.4.1 " %} # semantic-release
3
3
{% set llvm_version = "13.*" %}
4
4
{% set arrow_version = "8.*" %}
5
5
You can’t perform that action at this time.
0 commit comments