This repository was archived by the owner on Jun 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Release Notes
22---
33
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+
411# [ 1.4.0] ( https://github.com/arxlang/arx/compare/1.3.0...1.4.0 ) (2022-06-17)
512
613
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "ArxLang"
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = "1.4.0 " # semantic-release
41+ PROJECT_NUMBER = "1.4.1 " # semantic-release
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# 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 2626#include " settings.h"
2727#include " utils.h"
2828
29- std::string ARX_VERSION = " 1.4.0 " ; // semantic-release
29+ std::string ARX_VERSION = " 1.4.1 " ; // semantic-release
3030extern std::string INPUT_FILE;
3131extern std::string OUTPUT_FILE;
3232
Original file line number Diff line number Diff line change 11{% set name = "arx" %}
2- {% set version = "1.4.0 " %} # semantic-release
2+ {% set version = "1.4.1 " %} # semantic-release
33{% set llvm_version = "13.*" %}
44{% set arrow_version = "8.*" %}
55
You can’t perform that action at this time.
0 commit comments