propel_facets 0.3.1.5 → 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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +16 -0
- data/lib/propel_facets.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da3798ceda996c042d703e962aecc3bba9ac91ffcf435aac6d8c6fc2618abb12
|
4
|
+
data.tar.gz: c4c4c73415bcc88953f130ce02dd7317c98584271ebc1e0f821d6366a41fce9b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 165a482696f060341c2a223a4c9630b863d857af5e25fc49efba9277cfc70fadca384e2be5ac251513de1d8aff3372522e84cffc5ccd87aa666eb852aa45d1e5
|
7
|
+
data.tar.gz: fc955038f57f9cdbd7db57ba1bcf0f7fae63549ad409a51c7b13517ac88586f3dabbe9e0a57e6717ef63b8853c6dace6e87cb126c40f8da9356981f96b6ffee1
|
data/CHANGELOG.md
CHANGED
@@ -14,6 +14,22 @@ 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
|
+
|
25
|
+
## [0.3.1.6] - 2025-09-13
|
26
|
+
|
27
|
+
### 🔧 Version Synchronization
|
28
|
+
- **Version Consistency**: Updated version to maintain consistency with PropelApi 0.3.1.6 enhanced multi-tenancy support
|
29
|
+
- No functional changes in this release
|
30
|
+
- Synchronized release with PropelApi template tenancy improvements
|
31
|
+
- Enhanced coordination with PropelApi's improved agent reference handling and validation improvements
|
32
|
+
|
17
33
|
## [0.3.1.5] - 2025-09-11
|
18
34
|
|
19
35
|
### 🔧 Enhanced JSONB Coordination
|
data/lib/propel_facets.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2025-09-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|