Skip to content

Commit 2be4d5e

Browse files
committed
version bump 1.0.0
1 parent 96c6143 commit 2be4d5e

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ You create a `runfile`, and execute commands with
2727
Runfile is designed primarily for Ruby developers, but if you need to add a
2828
command 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

lib/runfile/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Runfile
2-
VERSION = '1.0.0.rc4'
2+
VERSION = '1.0.0'
33
end

0 commit comments

Comments
 (0)