Skip to content

Commit

Permalink
@ teracyhq#290 | should release v0.5.0-b2
Browse files Browse the repository at this point in the history
  • Loading branch information
hoatle committed Mar 9, 2017
1 parent 6db3d6f commit b6166ae
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,33 @@
Change Log
==========

[v0.5.0-b2][] (2017-03-09)
--------------------------

bug fixes and improvements, make it more stable.

- Bugs
+ fix the script to install on Ubuntu
+ fix specific docker config
+ fix the network setting problem related to the default bridge interface list

- Improvements
+ add `$ vagrant global-status` command to the basic guide
+ use vX.X.X for all things related to versions
+ mention about VT-X/AMD-v problem for the default ubuntu 64-bit guest OS
+ display the oudated videos at the end of instruction instead of the beginning
+ use git reset --hard to update teracy-dev instead of git pull

- Tasks
+ use latest docker-compose 1.11.2 as default
+ contribution list is updated


Details: https://github.com/teracyhq/dev/milestone/4?closed=1


[v0.5.0-b1][] (2017-02-14)
-------------------------
--------------------------

The next milestone release includes:

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Features
Installation and Usage
----------------------

Follow the guide at http://dev.teracy.org/docs/develop/getting_started.html
Follow the guide at http://dev.teracy.org/docs/v0.5.0-b2/getting_started.html


License
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# The short X.Y version.
version = 'v0.5'
# The full version, including alpha/beta/rc tags.
release = 'v0.5.0-b2-@'
release = 'v0.5.0-b2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit b6166ae

Please sign in to comment.