From 8fe3a20fede197adcb6fb36a7f6ffd58e7addc65 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Wed, 29 Nov 2023 15:18:39 +0100 Subject: [PATCH] Set version to 1.3.0. --- CHANGELOG.md | 8 ++++++-- Project.toml | 2 +- docs/Manifest.toml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f29bd5e..17e55c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] + + +## [1.3.0] - 2023-11-29 ### Added - `Base.getindex` is overloaded for the `Prometheus.Family` collector to have the same meaning as `Prometheus.labels`. `family[labels]` is equivalent to @@ -61,8 +63,10 @@ See [README.md](README.md) for details and documentation. [github-7]: https://github.com/fredrikekre/Prometheus.jl/pull/7 [github-10]: https://github.com/fredrikekre/Prometheus.jl/pull/10 [github-13]: https://github.com/fredrikekre/Prometheus.jl/pull/13 +[github-14]: https://github.com/fredrikekre/Prometheus.jl/pull/14 -[Unreleased]: https://github.com/fredrikekre/Prometheus.jl/compare/v1.2.0...HEAD +[Unreleased]: https://github.com/fredrikekre/Prometheus.jl/compare/v1.3.0...HEAD +[1.3.0]: https://github.com/fredrikekre/Prometheus.jl/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/fredrikekre/Prometheus.jl/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/fredrikekre/Prometheus.jl/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/fredrikekre/Prometheus.jl/compare/v1.0.0...v1.0.1 diff --git a/Project.toml b/Project.toml index 9249fc6..7c36f49 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Prometheus" uuid = "f25c1797-fe98-4e0c-b252-1b4fe3b6bde6" -version = "1.2.0" +version = "1.3.0" [deps] CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193" diff --git a/docs/Manifest.toml b/docs/Manifest.toml index 23ca301..e8ec654 100644 --- a/docs/Manifest.toml +++ b/docs/Manifest.toml @@ -210,7 +210,7 @@ uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7" deps = ["CodecZlib", "HTTP", "SimpleBufferStream"] path = ".." uuid = "f25c1797-fe98-4e0c-b252-1b4fe3b6bde6" -version = "1.2.0" +version = "1.3.0" [[deps.REPL]] deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]