Skip to content

Commit

Permalink
Started Issue #37 for v0.9.0 DList and DListOf
Browse files Browse the repository at this point in the history
RobertDober committed Mar 11, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2763dec commit 8dace3b
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
lab42_data_class (0.8.3)
lab42_data_class (0.9.0)

GEM
remote: https://rubygems.org/
5 changes: 5 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.9.0 2022-03-11

- Double Linked List `DList` and associatted Attribute Setting Constraint
`DListOf` https://github.com/RobertDober/lab42_data_class/issues/37

# v0.8.3 2022-03-09

- Convenience attribute setter for `ListOf` attributes: `set_car` https://github.com/RobertDober/lab42_data_class/issues/34
2 changes: 1 addition & 1 deletion lib/lab42/data_class/version.rb
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

module Lab42
module DataClass
VERSION = "0.8.4"
VERSION = "0.9.0"
end
end
# SPDX-License-Identifier: Apache-2.0

0 comments on commit 8dace3b

Please sign in to comment.