Skip to content

Commit e466d7c

Browse files
chore: release 1.1.1 (#10)
1 parent da08861 commit e466d7c

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [1.1.1] - 2023-10-24
11+
12+
### Fixed
13+
14+
- Encoding for special values (+Inf, -Inf, NaN) (#9).
15+
16+
## [1.1.0] - 2023-02-27
17+
18+
### Added
19+
20+
- Support for histogram vectors (#4).
21+
22+
## [1.0.0] - 2022-12-13
23+
24+
### Added
25+
26+
- The initial library release.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "ic-metrics-encoder"
33
authors = ["The Internet Computer Project Developers"]
44
description = "A library for encoding metrics in Prometheus text exposition format."
5-
version = "1.1.0"
5+
version = "1.1.1"
66
edition = "2021"
77
license = "Apache-2.0"
88
readme = "README.md"

0 commit comments

Comments
 (0)