Skip to content

Commit

Permalink
chore: update changelog and bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnsilva committed Nov 30, 2024
1 parent 4cafc2b commit fdd0dae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0] - 2024-07-08

### New Features

- Added support for paper title search. ([3a3f797](https://github.com/danielnsilva/semanticscholar/commit/3a3f797))

### Enhancements

- Added asynchronous iterator for `PaginatedResults` by [@rgeronimi](https://github.com/rgeronimi) in [#95](https://github.com/danielnsilva/semanticscholar/pull/95)

### Bug Fixes

- Removed unnecessary `nest_asyncio.apply()` call when using the library in asynchronous mode by [@rgeronimi](https://github.com/rgeronimi) in [#95](https://github.com/danielnsilva/semanticscholar/pull/95)

## [0.8.4] - 2024-07-08

### Enhancements
Expand Down Expand Up @@ -196,7 +206,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.3] - 2019-08-02

[unreleased]: https://github.com/danielnsilva/semanticscholar/compare/v0.8.4...HEAD
[unreleased]: https://github.com/danielnsilva/semanticscholar/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/danielnsilva/semanticscholar/compare/v0.8.4...v0.9.0
[0.8.4]: https://github.com/danielnsilva/semanticscholar/compare/v0.8.2...v0.8.4
[0.8.2]: https://github.com/danielnsilva/semanticscholar/compare/v0.8.1...v0.8.2
[0.8.1]: https://github.com/danielnsilva/semanticscholar/compare/v0.8.0...v0.8.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='semanticscholar',
version='0.8.4',
version='0.9.0',
description='Unofficial Python client library for Semantic Scholar APIs.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit fdd0dae

Please sign in to comment.