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.2] ( https://github.com/arxlang/arx/compare/1.4.1...1.4.2 ) (2022-10-15)
5+
6+
7+ ### Bug Fixes
8+
9+ * ** arx-shell:** Fix arx shell ([ #60 ] ( https://github.com/arxlang/arx/issues/60 ) ) ([ 18b2262] ( https://github.com/arxlang/arx/commit/18b22621391e6d12af08b39b71c31fe26b9e5813 ) )
10+ * Fix release workflow ([ #62 ] ( https://github.com/arxlang/arx/issues/62 ) ) ([ e1db89a] ( https://github.com/arxlang/arx/commit/e1db89a81d9f0a163dbbe3c913789615af28d9ec ) )
11+ * ** release:** Fix doxygen match ([ #63 ] ( https://github.com/arxlang/arx/issues/63 ) ) ([ 8670069] ( https://github.com/arxlang/arx/commit/8670069d05def7660973f565b4e73960471864c4 ) )
12+
413## [ 1.4.1] ( https://github.com/arxlang/arx/compare/1.4.0...1.4.1 ) (2022-09-15)
514
615
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = ArxLang
4848# could be handy for archiving the generated documentation or if some version
4949# control system is used.
5050
51- PROJECT_NUMBER = 1.4.1 # semantic-release
51+ PROJECT_NUMBER = 1.4.2 # semantic-release
5252
5353# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454# 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.1 " ; // semantic-release
29+ std::string ARX_VERSION = " 1.4.2 " ; // semantic-release
3030extern std::string INPUT_FILE;
3131extern std::string OUTPUT_FILE;
3232extern bool INPUT_FROM_STDIN;
Original file line number Diff line number Diff line change 11{% set name = "arx" %}
2- {% set version = "1.4.1 " %} # semantic-release
2+ {% set version = "1.4.2 " %} # 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