extralite-bundle 2.5 → 2.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b3eeea4f7340013a751b39ce75005f85c17004d092aa49b1bb345c30e0db0e2
4
- data.tar.gz: 7179f952c683aed063ad4f4f7613009a12cdefc02af77514fd0995dc21bba5fa
3
+ metadata.gz: 367f38df5c8f4c3ed23b836cadd6ff2d3ad03d66e1e79bf4111d5f45344cbb30
4
+ data.tar.gz: 843c329368b41b25aa6ce2cb604d1ace3971fa267b16871b42a81142eba1700a
5
5
  SHA512:
6
- metadata.gz: eefd07e68fc4e2744a66d2941a48a85f603b667d9dd48504556f120d3077d4fbc95cc0913f85047b1fe917c11b0f0d8b60cfc1b41cbecc8e8b8d83f62cce4fb5
7
- data.tar.gz: 1269b6eaed626d299b89ed634cc77d38b72e74913864ca18d046fd6ecae030dc6071d23152f7213ed15b1eef40effae88fe72508f4b2d6e1c46dc0a0580c783c
6
+ metadata.gz: dcda61c26952f66b3cad31b26930bcd91c3957666cf01a1f06f0398611b2a6c077a38d8f80d3e7faa8ad6095c32697c3eb1a29b1beac26bc46818989e956fd64
7
+ data.tar.gz: f21031102d3e1ef4f6ed1c2e5cca8df310716f981eaad135d793c273bb86e8a3bcac6f14c577b1a6fbb73448ba9f428f6db314f754c512e44bed7566a61a2bc2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ # 2.6 2024-01-23
2
+
3
+ - Implement changeset API
4
+ [#58](https://github.com/digital-fabric/extralite/issues/58)
5
+ - Reorganize README, update benchmarks
6
+ [#63](https://github.com/digital-fabric/extralite/issues/63)
7
+ - Implement progress handler API
8
+ [#62](https://github.com/digital-fabric/extralite/issues/62)
9
+ - Implement savepoint methods
10
+
1
11
  # 2.5 2024-01-16
2
12
 
3
13
  - Update bundled sqlite to version 3.45.0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- extralite (2.5)
4
+ extralite (2.6)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Sharon Rosner
3
+ Copyright (c) 2024 Sharon Rosner
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal