mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
chore(server): bump 0.4.0+git
This commit is contained in:
parent
a2d16b52bb
commit
22c944d8ef
@ -1,3 +1,7 @@
|
|||||||
|
v0.4.1
|
||||||
|
* Re-introduce DELETE on the machines endpoint
|
||||||
|
* Document the machines endpoint
|
||||||
|
|
||||||
v0.4.0
|
v0.4.0
|
||||||
* Introduced standby mode
|
* Introduced standby mode
|
||||||
* Added HEAD requests
|
* Added HEAD requests
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# etcd
|
# etcd
|
||||||
|
|
||||||
README version 0.4.0
|
README version 0.4.1
|
||||||
|
|
||||||
A highly-available key value store for shared configuration and service discovery.
|
A highly-available key value store for shared configuration and service discovery.
|
||||||
etcd is inspired by [Apache ZooKeeper][zookeeper] and [doozer][doozer], with a focus on being:
|
etcd is inspired by [Apache ZooKeeper][zookeeper] and [doozer][doozer], with a focus on being:
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
package server
|
package server
|
||||||
|
|
||||||
const ReleaseVersion = "0.4.1"
|
const ReleaseVersion = "0.4.1+git"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user