Skip to content

Commit

Permalink
Merge pull request #582 from danicheg/tweak-contributing-guide
Browse files Browse the repository at this point in the history
Add current status section to the readme
  • Loading branch information
danicheg authored Dec 15, 2024
2 parents 30b063c + ff91e18 commit 79a6f55
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
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

0 comments on commit 79a6f55

Please sign in to comment.