Skip to content

Commit 364c225

Browse files
committed
mark 3.1.2
1 parent f4ac197 commit 364c225

4 files changed

Lines changed: 11 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Keywords: Golang, go, document database, NoSQL, JSON
44

55
### tiedot - Your NoSQL database powered by Golang
66

7-
[![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)
7+
[![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)
88

99
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.
1010

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

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

40-
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.
40+
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.
4141

4242
### Project Story
4343

@@ -63,4 +63,4 @@ There are several other data structure servers/DB engines written in Go, namely
6363
[Twitter]: https://twitter.com/hzguo
6464
[blog]: http://allstarnix.blogspot.com.au
6565
[Issues]: https://github.com/HouzuoGuo/tiedot/issues
66-
[Contributors and License]: https://github.com/HouzuoGuo/tiedot/wiki/Contributors-and-License
66+
[Contributors and License]: https://github.com/HouzuoGuo/tiedot/wiki/Contributors-and-License

doc/Contributors-and-License.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ I sincerely appreciate the following individuals and organizations for their con
1010
- dchapes
1111
- Evan Shaw
1212
- Freiheit.com
13+
- Gert Cuykens
1314
- "IFQ"
1415
- Nick Prestra
1516
- NoahShen

doc/Home.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Keywords: Golang, go, document database, NoSQL, JSON
44

55
### tiedot - Your NoSQL database powered by Golang
66

7-
[![Build Status](https://travis-ci.org/HouzuoGuo/tiedot.svg?branch=master)](https://travis-ci.org/HouzuoGuo/tiedot)
7+
[![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)
88

99
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.
1010

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

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

40-
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.
40+
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.
4141

4242
### Project Story
4343

@@ -63,4 +63,4 @@ There are several other data structure servers/DB engines written in Go, namely
6363
[Twitter]: https://twitter.com/hzguo
6464
[blog]: http://allstarnix.blogspot.com.au
6565
[Issues]: https://github.com/HouzuoGuo/tiedot/issues
66-
[Contributors and License]: https://github.com/HouzuoGuo/tiedot/wiki/Contributors-and-License
66+
[Contributors and License]: https://github.com/HouzuoGuo/tiedot/wiki/Contributors-and-License

doc/Version-History.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 3.1.2 (2014-12-01)
2+
3+
Improved RPM spec and systemd unit file to properly build on Open Build Service.
4+
15
### 3.1.1 (2014-10-18)
26

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

0 commit comments

Comments
 (0)