mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-21 06:45:24 -06:00
ver: bump version to v1.4.0
This commit is contained in:
parent
1f76ccca37
commit
08f2131acd
6 changed files with 27 additions and 11 deletions
27
CHANGELOG.md
27
CHANGELOG.md
|
|
@ -13,6 +13,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Added
|
||||
|
||||
-
|
||||
|
||||
### Changed
|
||||
|
||||
-
|
||||
|
||||
### Fixed
|
||||
|
||||
-
|
||||
|
||||
### Removed
|
||||
|
||||
-
|
||||
|
||||
------
|
||||
|
||||
## [1.4.0] - 2024-12-29
|
||||
|
||||
### Added
|
||||
|
||||
- Add Grafana dashboard for `nvitop-exporter` by [@XuehaiPan](https://github.com/XuehaiPan) in [#138](https://github.com/XuehaiPan/nvitop/pull/138).
|
||||
- Handle exceptions for function `getpass.getuser()` by [@XuehaiPan](https://github.com/XuehaiPan) in [#130](https://github.com/XuehaiPan/nvitop/pull/130). Issued by [@landgraf](https://github.com/landgraf).
|
||||
|
||||
|
|
@ -25,10 +45,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Fix documentation for the `ResourceMetricCollector.clear()` method by [@MyGodItsFull0fStars](https://github.com/MyGodItsFull0fStars) in [#132](https://github.com/XuehaiPan/nvitop/pull/132).
|
||||
- Gracefully ignore UTF-8 decoding errors by [@XuehaiPan](https://github.com/XuehaiPan).
|
||||
|
||||
### Removed
|
||||
|
||||
-
|
||||
|
||||
------
|
||||
|
||||
## [1.3.2] - 2023-10-17
|
||||
|
|
@ -129,7 +145,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
------
|
||||
|
||||
[Unreleased]: https://github.com/XuehaiPan/nvitop/compare/v1.3.2...HEAD
|
||||
[Unreleased]: https://github.com/XuehaiPan/nvitop/compare/v1.4.0...HEAD
|
||||
[1.4.0]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.4.0
|
||||
[1.3.2]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.3.2
|
||||
[1.3.1]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.3.1
|
||||
[1.3.0]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.3.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue