propel_facets 0.3.1.6 → 0.3.2

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_facets.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c075aba77633255c589fc488b16edaf9b39100e30f183635b4898fae1f9ed91b
4
- data.tar.gz: 3d5a18465cc0fdf018982a96956b09a8131d572f9cd6323e13384b81a5ddadbb
3
+ metadata.gz: da3798ceda996c042d703e962aecc3bba9ac91ffcf435aac6d8c6fc2618abb12
4
+ data.tar.gz: c4c4c73415bcc88953f130ce02dd7317c98584271ebc1e0f821d6366a41fce9b
5
5
  SHA512:
6
- metadata.gz: 264b79faa90b0a91892ffe9b31132f9620d64f68fbf7fd14bf2c1cf864d1213376f5e657b1710c7e10c54e693b8c55839dd23337ac82f9e671f1a4c4eadd1f4a
7
- data.tar.gz: 67cac633cc4aaed0d28fd3b7cc0d85c97dc1166ae4f745a9803cb5691b3e99906c5c9b24b79f38d9e6a60a66fa962b89779c730cbe1e8388f0ef52cbd6ebdf9b
6
+ metadata.gz: 165a482696f060341c2a223a4c9630b863d857af5e25fc49efba9277cfc70fadca384e2be5ac251513de1d8aff3372522e84cffc5ccd87aa666eb852aa45d1e5
7
+ data.tar.gz: fc955038f57f9cdbd7db57ba1bcf0f7fae63549ad409a51c7b13517ac88586f3dabbe9e0a57e6717ef63b8853c6dace6e87cb126c40f8da9356981f96b6ffee1
data/CHANGELOG.md CHANGED
@@ -14,6 +14,14 @@ 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.2] - 2025-09-15
18
+
19
+ ### 🔧 Version Synchronization
20
+ - **Version Consistency**: Updated version to maintain consistency with PropelApi 0.3.2 critical generator improvements
21
+ - No functional changes in this release
22
+ - Synchronized release with PropelApi's enhanced generator destroy/rollback functionality
23
+ - Enhanced coordination with PropelApi's improved generator infrastructure and error handling
24
+
17
25
  ## [0.3.1.6] - 2025-09-13
18
26
 
19
27
  ### 🔧 Version Synchronization
data/lib/propel_facets.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module PropelFacets
2
- VERSION = "0.3.1.6"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: propel_facets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1.6
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Propel Team
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-09-13 00:00:00.000000000 Z
11
+ date: 2025-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails