rails_application_service 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +14 -3
- data/lib/application_service/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e47161deb51bec3466f37eb936845b0464f67d803962ebc65b5a88eb2b0d0770
|
4
|
+
data.tar.gz: 5e42179ec517d0c2ef2779bc46b8fe9c7c000f8fe595466edee79186074ca9d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e45cf7ad68739ec61369f2c7aca8e8fbe9845f6fede5c663939eaf8dd68aba0c22c1a8cabd65423915a0976252e2269326f2ed8c9b0d391d5c8ddfc739bcc507
|
7
|
+
data.tar.gz: afe771aeb70c7b7153ed2bb7d6872a9f4ce814bf3485d6dd6077d269d31717f4b2a7461311abada17538451f50376a8c155ef02ee2305044315d1f73856e6f88
|
data/CHANGELOG.md
CHANGED
@@ -5,7 +5,7 @@ All notable changes to this project are documented in this file.
|
|
5
5
|
The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7
7
|
|
8
|
-
## [0.6.
|
8
|
+
## [0.6.1] - 2025-06-18
|
9
9
|
|
10
10
|
### Added
|
11
11
|
|
@@ -16,7 +16,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
16
16
|
|
17
17
|
### Breaking Changes
|
18
18
|
|
19
|
-
## [0.
|
19
|
+
## [0.6.0] - 2025-06-18
|
20
|
+
|
21
|
+
### Added
|
22
|
+
|
23
|
+
### Changed
|
24
|
+
- Enhanced the changelog
|
25
|
+
|
26
|
+
### Removed
|
27
|
+
|
28
|
+
### Breaking Changes
|
29
|
+
|
30
|
+
## [0.5.0] - 2025-06-18
|
20
31
|
|
21
32
|
### Added
|
22
33
|
|
@@ -30,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
30
41
|
|
31
42
|
### Breaking Changes
|
32
43
|
|
33
|
-
## [0.4.0] - 2025-06-
|
44
|
+
## [0.4.0] - 2025-06-05
|
34
45
|
|
35
46
|
### Added
|
36
47
|
- Added support for `ActiveModel::API` and `ActiveModel::Attributes`
|