From 48fe9a5b42622fbe22ce983ed1cee68d2ceaeb02 Mon Sep 17 00:00:00 2001 From: danicheg Date: Sun, 15 Dec 2024 14:31:53 +0300 Subject: [PATCH 1/2] Fix link to the license in contributing guide --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c865407..f3cb5a4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 From ff91e183c390074e97f405b0b6e3c15e86008561 Mon Sep 17 00:00:00 2001 From: danicheg Date: Sun, 15 Dec 2024 14:43:44 +0300 Subject: [PATCH 2/2] Add current status section to the readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 396cd30..4fb1324 100644 --- a/README.md +++ b/README.md @@ -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` @@ -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 \ No newline at end of file