Skip to content

Commit f4ba519

Browse files
committed
ver: bump version to v1.5.1
1 parent 58f71c5 commit f4ba519

File tree

6 files changed

+21
-8
lines changed

6 files changed

+21
-8
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Added
1515

16-
- Add `docker-compose` template for `nvitop-exporter` by [@gianfranco-s](https://github.com/gianfranco-s) in [#159](https://github.com/XuehaiPan/nvitop/pull/159).
16+
-
1717

1818
### Changed
1919

2020
-
2121

2222
### Fixed
2323

24-
- Fix one-time output rendering on exit for TUI by [@XuehaiPan](https://github.com/XuehaiPan).
24+
-
2525

2626
### Removed
2727

2828
-
2929

3030
------
3131

32+
## [1.5.1] - 2025-05-26
33+
34+
### Added
35+
36+
- Add `docker-compose` template for `nvitop-exporter` by [@gianfranco-s](https://github.com/gianfranco-s) in [#159](https://github.com/XuehaiPan/nvitop/pull/159).
37+
38+
### Fixed
39+
40+
- Fix one-time output rendering on exit for TUI by [@XuehaiPan](https://github.com/XuehaiPan).
41+
42+
------
43+
3244
## [1.5.0] - 2025-04-25
3345

3446
### Added
@@ -184,7 +196,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
184196

185197
------
186198

187-
[Unreleased]: https://github.com/XuehaiPan/nvitop/compare/v1.5.0...HEAD
199+
[Unreleased]: https://github.com/XuehaiPan/nvitop/compare/v1.5.1...HEAD
200+
[1.5.1]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.5.1
188201
[1.5.0]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.5.0
189202
[1.4.2]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.4.2
190203
[1.4.1]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.4.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Install from conda-forge ([![conda-forge](https://img.shields.io/conda/v/conda-f
202202
conda install -c conda-forge nvitop
203203
```
204204

205-
Install the latest version from GitHub (![Commit Count](https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v1.5.0)):
205+
Install the latest version from GitHub (![Commit Count](https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v1.5.1)):
206206

207207
```bash
208208
pip3 install --upgrade pip setuptools

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Or, clone this repo and install manually:
8181
8282
If this repo is useful to you, please star ⭐️ it to let more people know 🤗. |GitHub Repo Stars|_
8383

84-
.. |Commit Count| image:: https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v1.5.0
84+
.. |Commit Count| image:: https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v1.5.1
8585

8686
------
8787

nvitop-exporter/nvitop_exporter/version.py

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

1919
# pylint: disable=invalid-name
2020

21-
__version__ = '1.5.0'
21+
__version__ = '1.5.1'
2222
__license__ = 'Apache-2.0'
2323
__author__ = __maintainer__ = 'Xuehai Pan'
2424
__email__ = 'XuehaiPan@pku.edu.cn'

nvitop-exporter/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ classifiers = [
4848
]
4949
dependencies = [
5050
# Sync with nvitop/version.py and requirements.txt
51-
"nvitop ~= 1.5.0",
51+
"nvitop ~= 1.5.1",
5252
"prometheus-client >= 0.4.0",
5353
]
5454
dynamic = ["version"]

nvitop/version.py

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

1919
# pylint: disable=invalid-name
2020

21-
__version__ = '1.5.0'
21+
__version__ = '1.5.1'
2222
__license__ = 'Apache-2.0 AND GPL-3.0-only'
2323
__author__ = __maintainer__ = 'Xuehai Pan'
2424
__email__ = 'XuehaiPan@pku.edu.cn'

0 commit comments

Comments
 (0)