Skip to content

Commit

Permalink
chore(main): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lu-pl committed Oct 23, 2024
1 parent 7402dc7 commit 319de5a
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Changelog

## 0.1.0 (2024-10-23)


### Features

* Check for JSON result format to get_bindings_from_query_result ([f1a115a](https://github.com/acdh-oeaw/rdfproxy/commit/f1a115a779a41457d337e8d8397930f74ca16260))
* Expose more symbols over package interface ([d01fe29](https://github.com/acdh-oeaw/rdfproxy/commit/d01fe29277c0036ee236e437be592808151643a3)), closes [#11](https://github.com/acdh-oeaw/rdfproxy/issues/11)
* redesign SPARQLModelAdapter ([a386516](https://github.com/acdh-oeaw/rdfproxy/commit/a386516a5c9ee6faffbe0b285fe8fb08d05926ae))
* redesign SPARQLModelAdapter class ([48b3e27](https://github.com/acdh-oeaw/rdfproxy/commit/48b3e2776089c33ad6e0af97d0f366131b1b079c))
* Use conftest.py for global fixture definitions ([98f8933](https://github.com/acdh-oeaw/rdfproxy/commit/98f8933f1838c913575c4d6d3ad386e96db33140))


### Bug Fixes

* Adapt code to support 3.11 ([e053562](https://github.com/acdh-oeaw/rdfproxy/commit/e0535627361c907604d1c486540ecdc83be1aa42))
* adapt count query generator to correctly count grouped models ([affe933](https://github.com/acdh-oeaw/rdfproxy/commit/affe933f3332386285ddce0f47db6d0bd1d99e1a))
* **imports:** Remove unused imports flagged by Ruff ([0b1998f](https://github.com/acdh-oeaw/rdfproxy/commit/0b1998f838094ff38e0482f714776f3d7f5a4f7c))
* Type hint cleanup ([f4c0448](https://github.com/acdh-oeaw/rdfproxy/commit/f4c04487ba86699d41483a1f8fc8b47a01d2de08)), closes [#10](https://github.com/acdh-oeaw/rdfproxy/issues/10)


### Documentation

* Add author information to pyproject.toml ([bc3c2c9](https://github.com/acdh-oeaw/rdfproxy/commit/bc3c2c9ce4e5b5782eb0e916445935e1f831a2de))
* Add basic README ([95f423f](https://github.com/acdh-oeaw/rdfproxy/commit/95f423f3ececf9a933d6f2d7aeb9275a2f88e8cd))
* Add more info and example to SPARQLModelAdapter docstring ([59314b6](https://github.com/acdh-oeaw/rdfproxy/commit/59314b64a09aa8d98f8e73f22bcdde79ea1baa68))
* **examples:** initialize an examples section ([b5c6c13](https://github.com/acdh-oeaw/rdfproxy/commit/b5c6c137dfa16128c9f6eb902d33a06d853a8459))
* **readme:** replace wikidata query with VALUES query ([1c65983](https://github.com/acdh-oeaw/rdfproxy/commit/1c659834f3112b4af4fae8d7dff07025f9f9a50e))
* **readme:** update Python code examples to ConfigDict ([6cf5403](https://github.com/acdh-oeaw/rdfproxy/commit/6cf54037a057d5bfe6d54ff96dd718fb389eb4f4))
* **readme:** Update README.md ([a7c4525](https://github.com/acdh-oeaw/rdfproxy/commit/a7c4525d03ad2adb95ce9692956c8d3b6b8f2bce))
* Update README ([75c31fd](https://github.com/acdh-oeaw/rdfproxy/commit/75c31fdf943e4b5eaaec93cad996fa0b88de9400))

0 comments on commit 319de5a

Please sign in to comment.