diff --git a/CHANGELOG.md b/CHANGELOG.md index cedc009..a551881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [1.0.1] - 2023-11-06 +### Fixed + - Fixed verification of metric names and label names. + - Correctly escape special characters in exposition (specifically help and label values). + ## [1.0.0] - 2023-11-05 First stable release of Prometheus.jl: @@ -23,5 +28,6 @@ First stable release of Prometheus.jl: See [README.md](README.md) for details and documentation. -[Unreleased]: https://github.com/fredrikekre/Literate.jl/compare/v2.15.0...HEAD -[1.0.0]: https://github.com/fredrikekre/Literate.jl/compare/v2.8.1...v2.9.0 +[Unreleased]: https://github.com/fredrikekre/Prometheus.jl/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/fredrikekre/Prometheus.jl/compare/v1.0.0...v1.0.1 +[1.0.0]: https://github.com/fredrikekre/Prometheus.jl/tree/v1.0.0 diff --git a/Project.toml b/Project.toml index eb86344..229997f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Prometheus" uuid = "f25c1797-fe98-4e0c-b252-1b4fe3b6bde6" -version = "1.0.0" +version = "1.0.1" [deps] CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193" diff --git a/docs/Manifest.toml b/docs/Manifest.toml index 14f3f13..9a86461 100644 --- a/docs/Manifest.toml +++ b/docs/Manifest.toml @@ -210,7 +210,7 @@ uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7" deps = ["CodecZlib", "HTTP", "SimpleBufferStream", "Sockets"] path = ".." uuid = "f25c1797-fe98-4e0c-b252-1b4fe3b6bde6" -version = "1.0.0" +version = "1.0.1" [[deps.REPL]] deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"] @@ -256,9 +256,9 @@ deps = ["InteractiveUtils", "Logging", "Random", "Serialization"] uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [[deps.TranscodingStreams]] -git-tree-sha1 = "49cbf7c74fafaed4c529d47d48c8f7da6a19eb75" +git-tree-sha1 = "1fbeaaca45801b4ba17c251dd8603ef24801dd84" uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa" -version = "0.10.1" +version = "0.10.2" weakdeps = ["Random", "Test"] [deps.TranscodingStreams.extensions]