Skip to content

Commit 8cf9864

Browse files
committed
chore: preparing v0.1.6
1 parent 9241f98 commit 8cf9864

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "A database compatible with MongoDB Wire Protocol that uses PostgreSQL for backend storage."
33
edition = "2021"
44
name = "oxide"
5-
version = "0.1.5"
5+
version = "0.1.6"
66

77
[dependencies]
88
autoincrement = {version = "1", features = ["derive", "async"]}

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</a>
77
<!-- [![CI workflow](https://github.com/fcoury/oxide/actions/workflows/ci.yml/badge.svg)](https://github.com/fcoury/oxide/actions/workflows/ci.yml) -->
88
</p>
9-
9+
1010
<p align="center">
1111
&ldquo;<i>If it looks like MongoDB, swims like MongoDB, and quacks like MongoDB, then it probably is PostgreSQL.</i>&rdquo; :upside_down_face:
1212
</p>
@@ -114,7 +114,7 @@ By default oxide will bind to 127.0.0.1 and port 27017. You can change those set
114114

115115
```
116116
> $ ./oxide --help
117-
oxide 0.1.5
117+
oxide 0.1.6
118118
A database compatible with MongoDB Wire Protocol that uses PostgreSQL for backend storage.
119119
120120
USAGE:

0 commit comments

Comments
 (0)