Browse Source

Set version to 1.0.1.

pull/6/head v1.0.1
Fredrik Ekre 2 years ago
parent
commit
515a05e066
  1. 10
      CHANGELOG.md
  2. 2
      Project.toml
  3. 6
      docs/Manifest.toml

10
CHANGELOG.md

@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- ## [Unreleased] -->
## [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: @@ -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

2
Project.toml

@ -1,6 +1,6 @@ @@ -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"

6
docs/Manifest.toml

@ -210,7 +210,7 @@ uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7" @@ -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"] @@ -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]

Loading…
Cancel
Save