Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit d76dee2

Browse files
author
Olivier Gambier
committed
Updated changelog and version bump
1 parent 39f83fc commit d76dee2

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Docker-registry
22

3-
## 0.9.0-dev
3+
## 0.9.0
44

55
* "loose" dependencies mechanism (DEPS=loose environment var will let you install without strictly versioned dependencies)
66
* enhanced python version compatibility
@@ -11,7 +11,9 @@
1111
* removed unused endpoints and code
1212
* improved documentation
1313
* more complete CORS support (as en extra)
14-
14+
* boto/gevent bugfixes
15+
* documentation improvements
16+
1517
## 0.8.1
1618

1719
* security fixes (path traversing prevention and token validation)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ As the documentation evolves with different registry versions, be sure that befo
1111
* check which version of the registry you are running
1212
* switch to the corresponding tag to access the README that matches your product version
1313

14-
The stable, released version is the [0.8.1 tag](https://github.com/docker/docker-registry/tree/0.8.1).
14+
The stable, released version is the [0.9.0 tag](https://github.com/docker/docker-registry/tree/0.9.0).
1515

1616
Please also have a quick look at the [FAQ](FAQ.md) before reporting bugs.
1717

depends/docker-registry-core/docker_registry/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
__credits__ = []
4040

4141
__license__ = 'Apache 2.0'
42-
__version__ = '2.0.2'
42+
__version__ = '2.0.3'
4343
__maintainer__ = 'Docker'
4444
__email__ = '[email protected]'
4545
__status__ = 'Production'

0 commit comments

Comments
 (0)