propel_facets 0.3.1.3 → 0.3.1.4

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 +7 -0
  3. data/lib/propel_facets.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 483c295e3a2285639442a362eda0dde8402600d97ecdb9a91cb2ce299b953a4e
4
- data.tar.gz: 6cd849b1b66902b24e88e7a75d6ca71837df76e634027acfa9a58278875a106f
3
+ metadata.gz: 1e0914d97384769e1cfe4e777e830a5c4467f8e860d44e0ecb5f13d826e336c1
4
+ data.tar.gz: 520eb79d5239fbf4c5f39dfe3da48145ada4f8f779a095f90a74a3a7759fea29
5
5
  SHA512:
6
- metadata.gz: bf132cab5d74c2c3074bbd3f64c26517768af0118cdc125c1fcdc13378ef3892c3efcfaf90cf7b95ee03b52a76495ad3bce9bda405ab076650f712efdc2773ef
7
- data.tar.gz: e969df3143bd0fc400e2ebc6c28ca41453594a18cd1091a94cbb060a7cf75526dca8f62040e7df3169d49951effd4713c95c650a70b3ac52d317cb2d20cbdf9d
6
+ metadata.gz: dd8393ed8bd71464dd9c88eae8a90e676b0385a172a7969a80e626e089007a38720ff307e2756eba6f39fcf5b22b71fbd90635067c83b49788f5b8fc23b84677
7
+ data.tar.gz: 455119894021a27c0573aed06c54f23ae5d43b332b9046b0f5ebe6d7c30e29968296e31ae048110b97257b0189d9e04d9909ea9c2cf5c3cbe13cf68003b495df
data/CHANGELOG.md CHANGED
@@ -14,6 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
  - Metadata inclusion (pagination, counts, etc.)
15
15
  - Performance logging and optimization tools
16
16
 
17
+ ## [0.3.1.4] - 2025-09-11
18
+
19
+ ### 🔧 Version Synchronization
20
+ - **Version Consistency**: Updated version to maintain consistency with PropelApi 0.3.1.4 critical bug fix
21
+ - No functional changes in this release
22
+ - Synchronized release with PropelApi polymorphic parents parsing fix
23
+
17
24
  ## [0.3.1.3] - 2025-09-11
18
25
 
19
26
  ### 🔧 Facet Rendering Improvements
data/lib/propel_facets.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module PropelFacets
2
- VERSION = "0.3.1.3"
2
+ VERSION = "0.3.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: propel_facets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1.3
4
+ version: 0.3.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Propel Team