Skip to content

Commit 0f3d7ab

Browse files
author
github-actions
committed
0.1.4
Automatically generated by python-semantic-release
1 parent 2912995 commit 0f3d7ab

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.1.4 (2023-09-02)
6+
7+
### Fix
8+
9+
* **__main__:** Fix ImportError for rich.console ([#82](https://github.com/34j/geekbench-browser-python/issues/82)) ([`5e2bf6f`](https://github.com/34j/geekbench-browser-python/commit/5e2bf6fa6201207dd8355267a3dbfd7c2a3cd781))
10+
11+
### Documentation
12+
13+
* Add shvchk as a contributor for bug, and code ([#83](https://github.com/34j/geekbench-browser-python/issues/83)) ([`5ad5ed9`](https://github.com/34j/geekbench-browser-python/commit/5ad5ed9c74b34ddc3ac93c525945563d665ee4ab))
14+
515
## v0.1.3 (2023-03-27)
616
### Fix
717
* **deps:** Update dependency rich to v13.3.3 ([#20](https://github.com/34j/geekbench-browser-python/issues/20)) ([`1625a15`](https://github.com/34j/geekbench-browser-python/commit/1625a1534e50af7b7df7bcec6d4d05e5ed9c6066))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "geekbench-browser-python"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "Simple package for getting data from browser.geekbench.com"
55
authors = ["34j <34j.95a2p@simplelogin.com>"]
66
license = "MIT"

src/geekbench_browser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.3"
1+
__version__ = "0.1.4"

0 commit comments

Comments
 (0)