Skip to content

Commit 8a3b89c

Browse files
committed
chore: update changelog and bump version to 0.10.0
1 parent c14e13c commit 8a3b89c

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.0] - 2025-02-16
11+
1012
### New Features
1113

1214
- Added support for suggest paper query completions by
@@ -15,12 +17,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1517

1618
### Enhancements
1719

18-
- Expanded and improved project documentation, now structured in Read the Docs for easier access and maintenance.
20+
- Expanded and improved project documentation, now structured in Read the Docs
21+
for easier access and maintenance.
1922

2023
### Bug Fixes
2124

2225
- Removed backslashes in docstrings to fix formatting issues.
2326
([3ef890b](https://github.com/danielnsilva/semanticscholar/commit/3ef890b))
27+
- Fixed issue with quotes in the query string by [@k1000dai](
28+
https://github.com/k1000dai) in [#99](
29+
https://github.com/danielnsilva/semanticscholar/pull/99)
2430

2531
## [0.9.0] - 2024-11-30
2632

@@ -297,7 +303,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
297303

298304
## [0.1.3] - 2019-08-02
299305

300-
[unreleased]: https://github.com/danielnsilva/semanticscholar/compare/v0.9.0...HEAD
306+
[unreleased]: https://github.com/danielnsilva/semanticscholar/compare/v0.10.0...HEAD
307+
[0.10.0]: https://github.com/danielnsilva/semanticscholar/compare/v0.9.0...v0.10.0
301308
[0.9.0]: https://github.com/danielnsilva/semanticscholar/compare/v0.8.4...v0.9.0
302309
[0.8.4]: https://github.com/danielnsilva/semanticscholar/compare/v0.8.2...v0.8.4
303310
[0.8.2]: https://github.com/danielnsilva/semanticscholar/compare/v0.8.1...v0.8.2

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='semanticscholar',
13-
version='0.9.0',
13+
version='0.10.0',
1414
description='Unofficial Python client library for Semantic Scholar APIs.',
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)