Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


<!--Latest Release-->
## [1.0.3] - 11-28-2025

### Fixed
- Fix SPM package resolution
- Bundle macro with Swift package

## [1.0.2] - 09-22-2023

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion PredicateBuilder.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
# Core name/version/soure info
s.name = 'PredicateBuilder'
s.version = '1.0.2'
s.version = '1.0.3'

# Required podspec metadata
s.summary = 'A declarative, type-safe way to build NSPredicates'
Expand Down

This file was deleted.

Loading