From 92994531f1c46f371e389558e589299a9b5ffa7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fa=C3=A7=20Eldenk?= Date: Sat, 10 Aug 2024 14:12:13 -0500 Subject: [PATCH] new badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bba1297..4f77849 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # kotlinx-protobuf-gen +![Maven Central Version](https://img.shields.io/maven-central/v/io.github.dogacel/kotlinx-protobuf-gen?style=for-the-badge) +![GitHub Release Date](https://img.shields.io/github/release-date/Dogacel/kotlinx-protobuf-gen?display_date=published_at&style=for-the-badge) [![Build](https://github.com/Dogacel/kotlinx-protobuf-gen/actions/workflows/build.yaml/badge.svg)](https://github.com/Dogacel/kotlinx-protobuf-gen/actions/workflows/build.yaml) [![codecov](https://codecov.io/gh/Dogacel/kotlinx-protobuf-gen/graph/badge.svg?token=6FE41BE2ZK)](https://codecov.io/gh/Dogacel/kotlinx-protobuf-gen) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Contributors](https://img.shields.io/github/contributors/dogacel/kotlinx-protobuf-gen.svg)](https://github.com/dogacel/kotlinx-protobuf-gen/contributors) [![Commits](https://img.shields.io/github/commit-activity/m/dogacel/kotlinx-protobuf-gen.svg?label=commits)](https://github.com/dogacel/kotlinx-protobuf-gen/pulse) -[![Maven](https://img.shields.io/maven-central/v/io.github.dogacel/kotlinx-protobuf-gen.svg?label=version)](https://search.maven.org/search?q=g:io.github.dogacel%20AND%20a:kotlinx-protobuf-gen) -[![Release](https://img.shields.io/github/release-date/dogacel/kotlinx-protobuf-gen.svg?label=release)](https://github.com/dogacel/kotlinx-protobuf-gen/commits) Generate kotlin data classes from `protobuf` files that supports _Kotlin Native_ that can be serialized and deserialized to protobuf using [kotlinx.serialization](https://github.com/Kotlin/kotlinx.serialization).