Skip to content

Commit 99d7bb6

Browse files
authored
Merge pull request #994 from Dynamoid/ak/prepare-to-release-3-13-0
Prepare to release 3.13.0
2 parents bbb1ebf + 7a28237 commit 99d7bb6

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
### Changed
1212
### Removed
1313

14-
## 3.12.0
14+
## 3.13.0
15+
16+
### Fixed
17+
* [#944](https://github.com/Dynamoid/dynamoid/pull/944) Fix `#delete` and `#destroy` methods and set `#destroyed?` properly when operations fail
18+
* [#987](https://github.com/Dynamoid/dynamoid/pull/987) Fix checking that a primary key is given in transactional methods `#save` and `#destroy`
19+
### Added
20+
* [#941](https://github.com/Dynamoid/dynamoid/pull/941) Support table ARN and add option `:arn` for the `table` method to specify a table belonged to specific AWS account
21+
* [#943](https://github.com/Dynamoid/dynamoid/pull/943) Implement `delete` class method
22+
* [#945](https://github.com/Dynamoid/dynamoid/pull/945) Implement `#update_attribute!` method
23+
* [#947](https://github.com/Dynamoid/dynamoid/pull/947) Allow skipping default model fields generation and add option `:skip_generating_fields` for the `table` method to specify field names
24+
* [#988](https://github.com/Dynamoid/dynamoid/pull/988) Add Ruby 4.0 and Rails 8.1 in CI
25+
### Changed
26+
### Removed
27+
28+
## 3.12.0 / 2025-08-23
1529

1630
### Fixed
1731
* [#849](https://github.com/Dynamoid/dynamoid/pull/849) Fixed saving a field of custom type when it implements both `.dynamoid_dump()` and `#dynamoid_dump` method and use the former one.

lib/dynamoid/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Dynamoid
4-
VERSION = '3.12.1'
4+
VERSION = '3.13.0'
55
end

0 commit comments

Comments
 (0)