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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/lib/propel_rails.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d984fd6b885b008f28ced43f26aeba9bbf333c2dfd5dedfeb4705f4981e1b37
4
- data.tar.gz: bb7ee80057ccb8abbeb915fc1bdd075578488ddfe2b81b13c7757399250e8513
3
+ metadata.gz: b8d9833014a910a748573fe43ff6f37763e3020b73d4deaa65df719d0fdda310
4
+ data.tar.gz: 4e81e27da1fc241e74ec03b282677c108a3d0d6826ae281fb6e644a71e9e0588
5
5
  SHA512:
6
- metadata.gz: 8ea927c29b5ce2daa0677a3906e32779850f5940c87dc9c780aa23701649c7711301d7f9f1096960aa2c89ba4f90e3198131c00e201bfe948b54a3b18c53fe67
7
- data.tar.gz: 5b923359aa3c3db152e2d81f0ec097d54e355bc07d6eb3f0bf5c0699c92515590497dfa064e80b484d64a3346fdbb776f73a01e2031eeffdf66c7368c51f0b4e
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
@@ -4,7 +4,7 @@ require "pathname"
4
4
 
5
5
  module Propel
6
6
  module Rails
7
- VERSION = "0.2.0"
7
+ VERSION = "0.2.1"
8
8
 
9
9
  class Error < StandardError; end
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: propel_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Propel Team