Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit ea99756

Browse files
chore(release): 1.4.2
1 parent 8670069 commit ea99756

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Release 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

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

arx/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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
3030
extern std::string INPUT_FILE;
3131
extern std::string OUTPUT_FILE;
3232
extern bool INPUT_FROM_STDIN;

conda/recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)