From ee5ac6b4b45b1c84f4d0a7d44f790edd69fab09b Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Sat, 10 Feb 2024 19:41:43 +0100 Subject: [PATCH] chore: Fixed badges in the README --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2b20287 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + + diff --git a/Cargo.toml b/Cargo.toml index ece3cca..25d37bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flatc-rust" -version = "0.2.1-alpha.0" +version = "0.2.0" authors = ["Vlad Frolov "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/README.md b/README.md index 90e3fe3..e1927cc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# FlatBuffers flatc API for Rust [![crates.io](https://meritbadge.herokuapp.com/flatc-rust)](https://crates.io/crates/flatc-rust) [![Documentation](https://docs.rs/flatc-rust/badge.svg)](https://docs.rs/flatc-rust) [![Build Status](https://travis-ci.org/frol/flatc-rust.svg?branch=master)](https://travis-ci.org/frol/flatc-rust) +# FlatBuffers flatc API for Rust [![Crates.io Version](https://img.shields.io/crates/v/flatc-rust)](https://crates.io/crates/flatc-rust) [![Documentation](https://docs.rs/flatc-rust/badge.svg)](https://docs.rs/flatc-rust) This crate provides a programmatical way to invoke `flatc` command (e.g. from `build.rs`) to generate Rust (or, in fact, any other language) helpers to work