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

Commit b24cedd

Browse files
chore(release): 1.1.0
1 parent 8142b9f commit b24cedd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
Release Notes
22
---
3+
4+
# [1.1.0](https://github.com/arx-org/arx/compare/1.0.0...1.1.0) (2022-02-23)
5+
6+
7+
### Features
8+
9+
* **flag:** Add version flag ([#3](https://github.com/arx-org/arx/issues/3)) ([8142b9f](https://github.com/arx-org/arx/commit/8142b9f006c301f1a9c99bed02dd5260b468b8cb))

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.0.0" %} # semantic-release
2+
{% set version = "1.1.0" %} # semantic-release
33
{% set llvm_version = "12.0.1" %}
44

55
package:

0 commit comments

Comments
 (0)