Skip to content

Commit

Permalink
Merge pull request #4 from SOFware/reissue/0.1.2
Browse files Browse the repository at this point in the history
Bump version to 0.1.2
  • Loading branch information
saturnflyer authored Oct 25, 2024
2 parents 4ac2acb + 535550a commit 5ae3121
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.2] - Unreleased

## [0.1.1] - 2024-10-25

### Added

- `null?` method to both parent class objects and null objects
- Null objects now have default nil values for attributes of the mimic model class
- `Null()` method can now accept a hash of attribute names and values to assign to the null object

## [0.1.0] - 2024-10-23

### Added

- Initial release
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:
activerecord-null (0.1.1)
activerecord-null (0.1.2)
activerecord (>= 7.0)

GEM
Expand Down
1 change: 1 addition & 0 deletions checksums/activerecord-null-0.1.1.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0fc0a2cc201390db58bc2e1ac192c36b9d30543bdd92615e825bee6528eaccf1c4ef3de7d10219fa626dbb98c3157b890d2d0121fa8df43b07c0ccc3374ab6d1
2 changes: 1 addition & 1 deletion lib/activerecord/null/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ActiveRecord
module Null
VERSION = "0.1.1"
VERSION = "0.1.2"
end
end

0 comments on commit 5ae3121

Please sign in to comment.