propel_rails 0.2.0 → 0.2.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 +8 -0
- data/lib/propel_rails.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: b8d9833014a910a748573fe43ff6f37763e3020b73d4deaa65df719d0fdda310
|
4
|
+
data.tar.gz: 4e81e27da1fc241e74ec03b282677c108a3d0d6826ae281fb6e644a71e9e0588
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f85ae81c783e3d2b37fc11265513e750fc707f95525f43d1d5342f7b3997636e3be722e22eae95905e2fc7f38a84569714eb271eff43d5a1c9412b3f96fe3fa
|
7
|
+
data.tar.gz: 7558c43d24288742010c97d73077119c97a971e7b41adaebcd51bf57a65453ea6532326f84261395a7eefae8a2ba0f95bc8bb502f68e5e2cbdf8a657d2f307ed
|
data/CHANGELOG.md
CHANGED
@@ -12,6 +12,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
12
12
|
- Cross-component integration patterns
|
13
13
|
- Advanced orchestration features
|
14
14
|
|
15
|
+
## [0.2.1] - 2025-01-14
|
16
|
+
|
17
|
+
### Changed
|
18
|
+
- **Version synchronization**: Released alongside all Propel framework components
|
19
|
+
- Maintains version consistency across PropelFacets 0.2.1, PropelApi 0.2.1, and PropelAuthentication 0.2.1
|
20
|
+
- Ensures compatible gem ecosystem for reliable framework operation
|
21
|
+
- Updated auto-loading system to work with synchronized component versions
|
22
|
+
|
15
23
|
## [0.2.0] - 2025-09-02
|
16
24
|
|
17
25
|
### Added
|
data/lib/propel_rails.rb
CHANGED