Skip to content

Commit

Permalink
Set version to 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Nov 6, 2023
1 parent 8d933d3 commit 515a05e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 3 additions & 3 deletions docs/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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]
Expand Down

2 comments on commit 515a05e

@fredrikekre
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/94826

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.1 -m "<description of version>" 515a05e0668d715f6e208f5953f334c230be149b
git push origin v1.0.1

Please sign in to comment.