File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88## [ Unreleased]
99### Added
1010
11+ ## [ py-0.1.6 & ts-0.1.6] - 2025-06-04
12+ ### Changed
13+ - Changed timestamp fields to created_at, changed_at and synced_at
14+
1115## [ py-0.1.5 & ts-0.1.5] - 2025-05-22
1216### Fixed
1317- Fixed operator types in filter
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " lightfeed"
7- version = " 0.1.5 "
7+ version = " 0.1.6 "
88description = " Lightfeed API Client for Python"
99readme = " README.md"
1010authors = [
Original file line number Diff line number Diff line change 11{
22 "name" : " lightfeed" ,
3- "version" : " 0.1.5 " ,
3+ "version" : " 0.1.6 " ,
44 "description" : " Lightfeed API Client for Node.js" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments