Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add current status section to the readme #582

Merged
merged 2 commits into from
Dec 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ request signifies your consent to license your contributions under the
Apache License 2.0.

[contributors' guide]: https://http4s.org/contributing/
[Apache License 2.0]: ./LICENSE
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
- Distributed tracing
- [and](https://armeria.dev/docs/server-docservice) [so](https://armeria.dev/docs/server-thrift) [on](https://armeria.dev/docs/advanced-metrics)

# Current status

Two series are currently under active development: the `0.x` and `1.0-x` release milestone series.
The first depends on the `http4s-core`'s `0.23` series and belongs to the [main branch].
The latter is for the cutting-edge `http4s-core`'s `1.0-x` release milestone series and belongs to the [series/1.x branch].

## Installation

Add the following dependencies to `build.sbt`
Expand Down Expand Up @@ -162,3 +168,5 @@ Visit [examples](./examples) to find a fully working example.

[http4s]: https://http4s.org/
[armeria]: https://armeria.dev/
[main branch]: https://github.com/http4s/http4s-armeria/tree/main
[series/1.x branch]: https://github.com/http4s/http4s-armeria/tree/series/1.x
Loading