Merge pull request #5 from axodotdev/see-aye-yi-yi

doc(badges): add ci and crates.io badges to readme
This commit is contained in:
ashley williams 2022-12-16 08:40:08 -06:00 committed by GitHub
commit 478dd674fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,9 @@
# axohtml
![Github Actions Rust](https://github.com/axodotdev/axohtml/actions/workflows/rust.yml/badge.svg)
![crates.io](https://img.shields.io/crates/v/axohtml.svg)
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL_2.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)
This crate provides the `html!` macro for building fully type checked HTML
documents inside your Rust code using roughly [JSX] compatible syntax.

View File

@ -1,3 +0,0 @@
no-dev-version = true
sign-commit = true
pre-release-replacements = [ { file="CHANGELOG.md", search="\\[Unreleased\\]", replace="[{{version}}] - {{date}}" } ]