Skip to content

Commit

Permalink
0.0.8
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 15, 2025
1 parent c4ed4f8 commit fde43d6
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 20 deletions.
135 changes: 117 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,146 @@
# Changelog
# CHANGELOG


## v0.0.8 (2025-01-15)

### A

- Add /data/sim and /data/exp ([#4](https://github.com/WIPACrepo/cephfs-disk-usage/pull/4),
[`4280bdf`](https://github.com/WIPACrepo/cephfs-disk-usage/commit/4280bdf97fd09770eeac85b2d100682d945637da))

* add /data/sim and /data/exp

* advance to python 3.12

* update to new setup and toml

* fix versions

* fix toml syntax

* <bot> update pyproject.toml

* <bot> update README.md

---------

Co-authored-by: github-actions <github-actions@github.com>

### T

- Try new release actions
([`c4ed4f8`](https://github.com/WIPACrepo/cephfs-disk-usage/commit/c4ed4f82f5a544540692f9d7a59f497c42d24533))

<!--next-version-placeholder-->

## v0.0.7 (2023-09-14)

### Other
### A

- Adjust summary threshold
([`d649971`](https://github.com/WIPACrepo/cephfs-disk-usage/commit/d6499712dae4d921960a51786e8c0e4e95078852))

* Adjust summary threshold ([`d649971`](https://github.com/WIPACrepo/cephfs-disk-usage/commit/d6499712dae4d921960a51786e8c0e4e95078852))

## v0.0.6 (2023-09-14)

### Other
### P

- Plotly donut plots ([#3](https://github.com/WIPACrepo/cephfs-disk-usage/pull/3),
[`8615b71`](https://github.com/WIPACrepo/cephfs-disk-usage/commit/8615b7100a1237d337c574a61833fb479a7cf37c))

* plotly donut plots

* <bot> update dependencies*.log files(s)

---------

Co-authored-by: github-actions <github-actions@github.com>

* Plotly donut plots ([#3](https://github.com/WIPACrepo/cephfs-disk-usage/issues/3)) ([`8615b71`](https://github.com/WIPACrepo/cephfs-disk-usage/commit/8615b7100a1237d337c574a61833fb479a7cf37c))

## v0.0.5 (2023-09-01)

### Other
### F

- Fix flake8 error
([`eeff664`](https://github.com/WIPACrepo/cephfs-disk-usage/commit/eeff664198a87fa5b0c8957f9e6e46b701258ec1))

### H

- Handle errors a little better
([`8c165cb`](https://github.com/WIPACrepo/cephfs-disk-usage/commit/8c165cbb7de5e89f95e647d1d56098a5834f8c50))

* Fix flake8 error ([`eeff664`](https://github.com/WIPACrepo/cephfs-disk-usage/commit/eeff664198a87fa5b0c8957f9e6e46b701258ec1))
* Handle errors a little better ([`8c165cb`](https://github.com/WIPACrepo/cephfs-disk-usage/commit/8c165cbb7de5e89f95e647d1d56098a5834f8c50))

## v0.0.4 (2023-09-01)

### Other
### B

- Better error handling when children fail
([`dbf1931`](https://github.com/WIPACrepo/cephfs-disk-usage/commit/dbf1931fccb60e26485dcd89fce18ff23143e9db))

* Better error handling when children fail ([`dbf1931`](https://github.com/WIPACrepo/cephfs-disk-usage/commit/dbf1931fccb60e26485dcd89fce18ff23143e9db))

## v0.0.3 (2023-08-31)

### Other
### D

- Decode bytes to str
([`80763ec`](https://github.com/WIPACrepo/cephfs-disk-usage/commit/80763ecfc76cac4be9f39d9fc24d938cfa1a322b))

* Decode bytes to str ([`80763ec`](https://github.com/WIPACrepo/cephfs-disk-usage/commit/80763ecfc76cac4be9f39d9fc24d938cfa1a322b))

## v0.0.2 (2023-08-31)

### Other
### D

- Disk usage ([#2](https://github.com/WIPACrepo/cephfs-disk-usage/pull/2),
[`da7e46a`](https://github.com/WIPACrepo/cephfs-disk-usage/commit/da7e46ab5852cb9fa8f9aed84f46a74b0bb8f05a))

* more setup

* <bot> update setup.cfg

* <bot> update dependencies*.log files(s)

* try with new setup action

* add python server

---------

Co-authored-by: github-actions <github-actions@github.com>

* Disk usage ([#2](https://github.com/WIPACrepo/cephfs-disk-usage/issues/2)) ([`da7e46a`](https://github.com/WIPACrepo/cephfs-disk-usage/commit/da7e46ab5852cb9fa8f9aed84f46a74b0bb8f05a))

## v0.0.1 (2023-08-28)

### Other
###

- Ci setup ([#1](https://github.com/WIPACrepo/cephfs-disk-usage/pull/1),
[`f441475`](https://github.com/WIPACrepo/cephfs-disk-usage/commit/f44147579bec793a9c50685a48970d89c5079667))

* first commit

* add version

* <bot> update setup.cfg

* <bot> update README.md

* <bot> add py.typed file(s)

* <bot> update .gitignore

* <bot> update dependencies*.log files(s)

* try fixing infinte CI loop

* try fixing infinte CI loop (try 2)

* set name

* try other tag for setup action

* update py-setup

---------

Co-authored-by: github-actions <github-actions@github.com>

* CI setup ([#1](https://github.com/WIPACrepo/cephfs-disk-usage/issues/1)) ([`f441475`](https://github.com/WIPACrepo/cephfs-disk-usage/commit/f44147579bec793a9c50685a48970d89c5079667))
* Initial commit ([`7125e88`](https://github.com/WIPACrepo/cephfs-disk-usage/commit/7125e8896afdabcaa941286ad2cde509d1e9a0b6))
- Initial commit
([`7125e88`](https://github.com/WIPACrepo/cephfs-disk-usage/commit/7125e8896afdabcaa941286ad2cde509d1e9a0b6))
2 changes: 1 addition & 1 deletion cephfs_disk_usage/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.7'
__version__ = '0.0.8'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
version = "0.0.7"
version = "0.0.8"
dependencies = ["wipac-rest-tools"]
name = "cephfs-disk-usage"
requires-python = ">=3.11, <3.14"
Expand Down

0 comments on commit fde43d6

Please sign in to comment.