Skip to content

Commit 846b598

Browse files
committed
0.17.0: updated date
1 parent 9dafd9e commit 846b598

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ObjectBox C and C++ API Changelog
22
=================================
33

4-
0.17.0 (2022-06-14)
4+
0.17.0 (2022-06-15)
55
-------------------
66
* Added a "weak store" API providing weak reference for stores (typically used by background threads)
77
* Added Store ID API, e.g. getting a store by its ID

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ box.put({.text = "Buy milk"});
1717
1818
See [ObjectBox C and C++ docs](https://cpp.objectbox.io/) for API details.
1919
20-
**Latest version: 0.17.0** (2022-06-14).
20+
**Latest version: 0.17.0** (2022-06-15).
2121
See [changelog](CHANGELOG.md) for more details.
2222
2323
Feature Highlights

doxygen/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ObjectBox C and C++ API Changelog
44
=================================
55

6-
0.17.0 (2022-06-14)
6+
0.17.0 (2022-06-15)
77
-------------------
88
* Added a "weak store" API providing weak reference for stores (typically used by background threads)
99
* Added Store ID API, e.g. getting a store by its ID

0 commit comments

Comments
 (0)