Skip to content

Commit 8ea8f02

Browse files
committed
Bumped version to v1.0.0
I did this because according to Semantic Versioning rules when the public interface is stable the major version number should be incremented from 0 to 1 and the public interface is now at a stable place.
1 parent 4247ff3 commit 8ea8f02

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog.markdown

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ versions as well as provide a rough history.
66

77
#### Next Release
88

9+
#### v1.0.0
10+
11+
This release doesn't include any new changes. It is simply here to signify
12+
that the public interface for the application is now at a stable place and
13+
shouldn't be changing in ways that would break existing functionality.
14+
915
#### v0.2.0
1016

1117
* added -P, --pattern options to over the test file search pattern as well as

lib/snapdragon/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Snapdragon
2-
VERSION = "0.2.0"
2+
VERSION = "1.0.0"
33
end

0 commit comments

Comments
 (0)