Skip to content

Commit d164301

Browse files
chore(master): release 1.1.0
1 parent 8c7bf62 commit d164301

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ arena-py notable changes. Started 2021-02-19 (version 0.1.12).
44

55
### Features
66

7+
## [1.1.0](https://github.com/arenaxr/arena-py/compare/v1.0.2...v1.1.0) (2024-11-21)
8+
9+
10+
### Features
11+
12+
* **auth:** include optional environment host perms request ([29650de](https://github.com/arenaxr/arena-py/commit/29650dea6850f24eda95f41f326fc9156f90cd95))
13+
14+
15+
### Bug Fixes
16+
17+
* **data:** do not parse null attributes in messages ([8c7bf62](https://github.com/arenaxr/arena-py/commit/8c7bf62e8da6492997860ead55e39e8d2a3fb5cb))
18+
* **mqtt:** deprecate scene.root_topic for scene.topicParams ([e106f80](https://github.com/arenaxr/arena-py/commit/e106f80f133d488e82e620c8f3406fb2b2fe2ccf))
19+
* super() with updated values for Color ([ba1bce7](https://github.com/arenaxr/arena-py/commit/ba1bce7fe50254ea9c0560f89fabb3e0903908e9))
20+
721
## [1.0.2](https://github.com/arenaxr/arena-py/compare/v1.0.1...v1.0.2) (2024-11-12)
822

923

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setuptools.setup(
1616
name="arena-py",
17-
version="1.0.2",
17+
version="1.1.0",
1818
author="Carnegie Mellon University",
1919
author_email="[email protected]",
2020
license="BSD 3-clause \"New\" or \"Revised License\"",

0 commit comments

Comments
 (0)