File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,6 @@ You create a `runfile`, and execute commands with
2727Runfile is designed primarily for Ruby developers, but if you need to add a
2828command line "toolbelt" for your projects, you can use it regardless.
2929
30- ## Pre-release Notice
31-
32- Note that this README describes the not yet released 1.0.0 version.
33- See [ runfile.dannyb.co] ( https://runfile.dannyb.co/ ) for the stable release
34- documentation.
35-
3630## Demo
3731
3832![ Runfile Demo] ( support/cast.gif " Runfile Demo ")
@@ -130,9 +124,9 @@ Note that the current user guide is for the stable version 0.12.0.
130124
131125## Breaking Changes in 1.0.0
132126
133- If you are using a version earlier than 1.0, note that the upcoming release
134- 1.0.0 includes some breaking changes. You can read more about them in
135- [ this Pull Request ] ( https://github.com/DannyBen/runfile/pull/50 ) .
127+ If you are using a version earlier than 1.0, note that version 1.0.0 includes
128+ some breaking changes. You can read more about them in [ this Pull Request ]
129+ (https://github.com/DannyBen/runfile/pull/50 ).
136130
137131### Upgrading to 1.0.0
138132
Original file line number Diff line number Diff line change 11module Runfile
2- VERSION = '1.0.0.rc4 '
2+ VERSION = '1.0.0'
33end
You can’t perform that action at this time.
0 commit comments