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

Commit

Permalink
chore(release): 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 23, 2022
1 parent 5a4fa01 commit 1a0f596
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release Notes
---

## [1.1.1](https://github.com/arx-org/arx/compare/1.1.0...1.1.1) (2022-02-23)


### Bug Fixes

* **semantic-release:** Add arx.cpp changes by semantic-release ([#4](https://github.com/arx-org/arx/issues/4)) ([5a4fa01](https://github.com/arx-org/arx/commit/5a4fa018dc180ee1795bbee27f7782986c297984))

# [1.1.0](https://github.com/arx-org/arx/compare/1.0.0...1.1.0) (2022-02-23)


Expand Down
2 changes: 1 addition & 1 deletion arx/src/arx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include "llvm/Support/TargetSelect.h"
#include "llvm/Transforms/Scalar.h"

std::string ARX_VERSION = "1.0.0"; // semantic-release
std::string ARX_VERSION = "1.1.1"; // semantic-release

//===----------------------------------------------------------------------===//
// Lexer
Expand Down
2 changes: 1 addition & 1 deletion conda/recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "arx" %}
{% set version = "1.1.0" %} # semantic-release
{% set version = "1.1.1" %} # semantic-release
{% set llvm_version = "12.0.1" %}

package:
Expand Down

0 comments on commit 1a0f596

Please sign in to comment.