Skip to content

Commit

Permalink
Set version to 0.9.10. (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre authored May 31, 2021
1 parent 7e4420d commit f391ae9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.10] - 2020-05-30
### Fixed
- Fix access logging to also log internal server errors ([#717]).
- Fix a possible crash in access logging of remote IP when the connection have been closed ([#718]).

## [0.9.9] - 2020-05-23
### Added
- Access logging functionality to `HTTP.listen` and `HTTP.serve` ([#713]).
Expand Down Expand Up @@ -96,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
`HTTP.request` and friends ([#619]).


[Unreleased]: https://github.com/JuliaWeb/HTTP.jl/compare/v0.9.9...HEAD
[Unreleased]: https://github.com/JuliaWeb/HTTP.jl/compare/v0.9.10...HEAD
[0.9.10]: https://github.com/JuliaWeb/HTTP.jl/compare/v0.9.9...v0.9.10
[0.9.9]: https://github.com/JuliaWeb/HTTP.jl/compare/v0.9.8...v0.9.9
[0.9.8]: https://github.com/JuliaWeb/HTTP.jl/compare/v0.9.7...v0.9.8
[0.9.7]: https://github.com/JuliaWeb/HTTP.jl/compare/v0.9.6...v0.9.7
Expand Down Expand Up @@ -140,3 +146,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#707]: https://github.com/JuliaWeb/HTTP.jl/pull/707
[#713]: https://github.com/JuliaWeb/HTTP.jl/pull/713
[#714]: https://github.com/JuliaWeb/HTTP.jl/pull/713
[#717]: https://github.com/JuliaWeb/HTTP.jl/pull/717
[#718]: https://github.com/JuliaWeb/HTTP.jl/pull/718
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "HTTP"
uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3"
authors = ["Jacob Quinn", "Sam O'Connor", "contributors: https://github.com/JuliaWeb/HTTP.jl/graphs/contributors"]
version = "0.9.9"
version = "0.9.10"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down

2 comments on commit f391ae9

@fredrikekre
Copy link
Member 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/37859

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 v0.9.10 -m "<description of version>" f391ae9e634edebad7a02843e67ba86514308c46
git push origin v0.9.10

Please sign in to comment.