Skip to content

Commit 1d8d1e7

Browse files
committed
Bumped version to v0.6.0
1 parent 85e3056 commit 1d8d1e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rorm-db"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55
categories = ["database"]
66
keywords = ["async", "orm", "database", "orm"]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# rorm-db
22

3-
[![license](https://img.shields.io/github/license/rorm-orm/rorm-db?label=License)](LICENSE)
3+
[![license](https://img.shields.io/github/license/rorm-orm/rorm-db?label=License&color=blue)](https://github.com/rorm-orm/rorm-db/blob/dev/LICENSE)
44
[![crates-io-version](https://img.shields.io/crates/v/rorm-db)](https://crates.io/crates/rorm-db)
55
[![docs](https://img.shields.io/docsrs/rorm-db?label=Docs)](https://docs.rs/rorm-db/)
66

changelog.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Since 0.5.0
1+
Since 0.6.0
22
-----------
33

0 commit comments

Comments
 (0)