Browse Source

Set version to 1.1.0. (#8)

pull/9/head v1.1.0
Fredrik Ekre 2 years ago committed by GitHub
parent
commit
394bb5d803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      CHANGELOG.md
  2. 2
      Project.toml
  3. 2
      docs/Manifest.toml

7
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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] <!-- ## [Unreleased] -->
## [1.1.0] - 2023-11-13
### Added ### Added
- New macro `Prometheus.@time collector <expr>` for timing `<expr>` and pass the elapsed - New macro `Prometheus.@time collector <expr>` for timing `<expr>` and pass the elapsed
time to the collector. `<expr>` can be a single expression, a block, or a function time to the collector. `<expr>` can be a single expression, a block, or a function
@ -46,6 +48,7 @@ See [README.md](README.md) for details and documentation.
[github-6]: https://github.com/fredrikekre/Prometheus.jl/pull/6 [github-6]: https://github.com/fredrikekre/Prometheus.jl/pull/6
[github-7]: https://github.com/fredrikekre/Prometheus.jl/pull/7 [github-7]: https://github.com/fredrikekre/Prometheus.jl/pull/7
[Unreleased]: https://github.com/fredrikekre/Prometheus.jl/compare/v1.0.1...HEAD [Unreleased]: https://github.com/fredrikekre/Prometheus.jl/compare/v1.1.0...HEAD
[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 [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 [1.0.0]: https://github.com/fredrikekre/Prometheus.jl/tree/v1.0.0

2
Project.toml

@ -1,6 +1,6 @@
name = "Prometheus" name = "Prometheus"
uuid = "f25c1797-fe98-4e0c-b252-1b4fe3b6bde6" uuid = "f25c1797-fe98-4e0c-b252-1b4fe3b6bde6"
version = "1.0.1" version = "1.1.0"
[deps] [deps]
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193" CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"

2
docs/Manifest.toml

@ -210,7 +210,7 @@ uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
deps = ["CodecZlib", "HTTP", "SimpleBufferStream", "Sockets"] deps = ["CodecZlib", "HTTP", "SimpleBufferStream", "Sockets"]
path = ".." path = ".."
uuid = "f25c1797-fe98-4e0c-b252-1b4fe3b6bde6" uuid = "f25c1797-fe98-4e0c-b252-1b4fe3b6bde6"
version = "1.0.1" version = "1.1.0"
[[deps.REPL]] [[deps.REPL]]
deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"] deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]

Loading…
Cancel
Save