Skip to content

Commit

Permalink
mark 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HouzuoGuo committed Dec 1, 2014
1 parent f4ac197 commit 364c225
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Keywords: Golang, go, document database, NoSQL, JSON

### tiedot - Your NoSQL database powered by Golang

[![Build Status](https://travis-ci.org/HouzuoGuo/tiedot.svg?branch=master)](https://travis-ci.org/HouzuoGuo/tiedot) [![GoDoc](https://godoc.org/github.com/HouzuoGuo/tiedot?status.svg)](https://godoc.org/github.com/HouzuoGuo/tiedot)
[![Build Status](https://travis-ci.org/HouzuoGuo/tiedot.svg?branch=master)](https://travis-ci.org/HouzuoGuo/tiedot) [![GoDoc](https://godoc.org/github.com/HouzuoGuo/tiedot?status.svg)](https://godoc.org/github.com/HouzuoGuo/tiedot) [Open Build Service](https://build.opensuse.org/package/show/home:guohouzuo/tiedot)

tiedot is a document database engine that uses __JSON__ as document notation; it has a powerful query processor that supports advanced set operations; it can be __embedded__ into your program, or run a stand-alone server using __HTTP__ for an API. It runs on *nix and Windows operating systems.

Expand Down Expand Up @@ -37,7 +37,7 @@ Let me know what you think about tiedot, I love to hear from you! Please [Email

tiedot is distributed under the [Simplified BSD license][Contributors and License].

The newest version 3.1.1 (branch 3.1, tag 3.1.1) introduces better error handling in embedded usage, and bug fixes in query processor. Please check out [Version History] for change logs and more version information.
The newest version 3.1.2 (tag 3.1.2) introduced improved RPM spec and systemd unit file to properly build on Open Build Service. Please check out [Version History] for change logs and more version information.

### Project Story

Expand All @@ -63,4 +63,4 @@ There are several other data structure servers/DB engines written in Go, namely
[Twitter]: https://twitter.com/hzguo
[blog]: http://allstarnix.blogspot.com.au
[Issues]: https://github.com/HouzuoGuo/tiedot/issues
[Contributors and License]: https://github.com/HouzuoGuo/tiedot/wiki/Contributors-and-License
[Contributors and License]: https://github.com/HouzuoGuo/tiedot/wiki/Contributors-and-License
1 change: 1 addition & 0 deletions doc/Contributors-and-License.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ I sincerely appreciate the following individuals and organizations for their con
- dchapes
- Evan Shaw
- Freiheit.com
- Gert Cuykens
- "IFQ"
- Nick Prestra
- NoahShen
Expand Down
6 changes: 3 additions & 3 deletions doc/Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Keywords: Golang, go, document database, NoSQL, JSON

### tiedot - Your NoSQL database powered by Golang

[![Build Status](https://travis-ci.org/HouzuoGuo/tiedot.svg?branch=master)](https://travis-ci.org/HouzuoGuo/tiedot)
[![Build Status](https://travis-ci.org/HouzuoGuo/tiedot.svg?branch=master)](https://travis-ci.org/HouzuoGuo/tiedot) [![GoDoc](https://godoc.org/github.com/HouzuoGuo/tiedot?status.svg)](https://godoc.org/github.com/HouzuoGuo/tiedot) [Open Build Service](https://build.opensuse.org/package/show/home:guohouzuo/tiedot)

tiedot is a document database engine that uses __JSON__ as document notation; it has a powerful query processor that supports advanced set operations; it can be __embedded__ into your program, or run a stand-alone server using __HTTP__ for an API. It runs on *nix and Windows operating systems.

Expand Down Expand Up @@ -37,7 +37,7 @@ Let me know what you think about tiedot, I love to hear from you! Please [Email

tiedot is distributed under the [Simplified BSD license][Contributors and License].

The newest version 3.1.1 (branch 3.1, tag 3.1.1) introduces better error handling in embedded usage, and bug fixes in query processor. Please check out [Version History] for change logs and more version information.
The newest version 3.1.2 (tag 3.1.2) introduced improved RPM spec and systemd unit file to properly build on Open Build Service. Please check out [Version History] for change logs and more version information.

### Project Story

Expand All @@ -63,4 +63,4 @@ There are several other data structure servers/DB engines written in Go, namely
[Twitter]: https://twitter.com/hzguo
[blog]: http://allstarnix.blogspot.com.au
[Issues]: https://github.com/HouzuoGuo/tiedot/issues
[Contributors and License]: https://github.com/HouzuoGuo/tiedot/wiki/Contributors-and-License
[Contributors and License]: https://github.com/HouzuoGuo/tiedot/wiki/Contributors-and-License
4 changes: 4 additions & 0 deletions doc/Version-History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.1.2 (2014-12-01)

Improved RPM spec and systemd unit file to properly build on Open Build Service.

### 3.1.1 (2014-10-18)

Error handling is easier in embedded usage, see example.go for more details.
Expand Down

0 comments on commit 364c225

Please sign in to comment.