Skip to content

Commit ddc40e5

Browse files
author
Brandon Philips
committed
doc(CHANGELOG): document v0.3.0
1 parent 0c2287b commit ddc40e5

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
v0.2
1+
v0.3.0
2+
* Add Compare-and-Delete support.
3+
* Added prevNode to response objects.
4+
* Added Discovery API.
5+
* Add tracing and debug endpoints (Documentation/debugging.md).
6+
* Improved logging of cluster events.
7+
* go get github.com/coreos/etcd works.
8+
* info file is no longer used.
9+
* Snapshots are on by default.
10+
* Statistics APIs documented.
11+
12+
v0.2.0
213
* Support directory creation and removal.
314
* Add Compare-and-Swap (CAS) support.
415
* Support recursive GETs.

server/release_version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package server
22

3-
const ReleaseVersion = "v0.2.1-pre"
3+
const ReleaseVersion = "v0.3.0"

0 commit comments

Comments
 (0)