Skip to content

Commit

Permalink
Updated app version and history
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyavadan Kumar committed May 15, 2018
1 parent 6ab61b4 commit fa48b67
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
test_ids (0.8.0)
test_ids (0.8.1)
git
origen (>= 0.7.40)
origen_testers
Expand All @@ -17,7 +17,7 @@ GEM
ast (2.3.0)
astrolabe (1.3.1)
parser (~> 2.2)
atp (0.5.4)
atp (0.6.0)
ast (~> 2)
origen (>= 0.2.3)
sexpistol (~> 0.0)
Expand Down Expand Up @@ -92,8 +92,8 @@ GEM
yard (~> 0.8)
origen_doc_helpers (0.5.0)
origen (>= 0.7.15)
origen_testers (0.9.6)
atp (~> 0.5.4)
origen_testers (0.11.1)
atp (~> 0.6)
origen (>= 0.7.40)
require_all (~> 1)
parser (2.4.0.0)
Expand All @@ -109,7 +109,7 @@ GEM
rainbow (2.2.2)
rake
rake (10.5.0)
require_all (1.4.0)
require_all (1.5.0)
ripper-tags (0.3.4)
rspec (3.6.0)
rspec-core (~> 3.6.0)
Expand Down Expand Up @@ -166,4 +166,4 @@ DEPENDENCIES
test_ids!

BUNDLED WITH
1.13.6
1.16.1
2 changes: 1 addition & 1 deletion config/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module TestIds
MAJOR = 0
MINOR = 8
BUGFIX = 0
BUGFIX = 1
DEV = nil

VERSION = [MAJOR, MINOR, BUGFIX].join(".") + (DEV ? ".pre#{DEV}" : '')
Expand Down
12 changes: 12 additions & 0 deletions doc/history
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a class="anchor release_tag" name="v0_8_1"></a>
<h1><a href="#v0_8_1">Tag: v0.8.1</a></h1>

##### Branch: 'master'

##### by Priyavadan Kumar on 15-May-2018 06:55AM


Added capability to use ranges per test for Bins/Softbins and Test Numbers.
It is recommended to follow the contraints that Bins get configured first, followed by
Softbins and numbers.

<a class="anchor release_tag" name="v0_8_0"></a>
<h1><a href="#v0_8_0">Tag: v0.8.0</a></h1>

Expand Down

0 comments on commit fa48b67

Please sign in to comment.