Skip to content

Commit

Permalink
Updated app version and history
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Horton committed Jan 13, 2025
1 parent ae0b43f commit 4e43c9a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ GIT
PATH
remote: .
specs:
origen (0.60.17)
origen (0.60.18)
activesupport (~> 4.1)
bundler (> 1.7)
coderay (~> 1.1)
Expand Down
2 changes: 1 addition & 1 deletion config/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Origen
MAJOR = 0
MINOR = 60
BUGFIX = 17
BUGFIX = 18
DEV = nil
VERSION = [MAJOR, MINOR, BUGFIX].join(".") + (DEV ? ".pre#{DEV}" : '')
end
10 changes: 10 additions & 0 deletions doc/history
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a class="anchor release_tag" name="v0_60_18"></a>
<h1><a href="#v0_60_18">Tag: v0.60.18</a></h1>

##### Branch: 'master'

##### by Cody Horton on 13-Jan-2025 12:06PM


* `sub_block(..., override: true)` now correctly removes the replaced sub block object from the list of listeners

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

Expand Down

0 comments on commit 4e43c9a

Please sign in to comment.