Skip to content

Commit da2cfa3

Browse files
committed
new version 1.2.0
1 parent a593f4f commit da2cfa3

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,51 +2,72 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.2.0] - 05/17/2024
6+
7+
### Added
8+
9+
- Added support for Orcid Search.
10+
- Enhanced record summary by adding data like family name, credit etc..
11+
- Introduced the use of sandbox test API for testing purposes.
12+
513
## [1.1.2] - 09/13/2023
614

715
### Added
16+
817
- Added functionality for OrcidAuthentication to not require user authorization if reading public-access data.
918

1019
## [1.1.1] - 09/12/2023
1120

1221
### Fixed
22+
1323
- Fixed the bug that caused pip install to fail (removed json from dependency lista s it is pre-installed through python package)
1424

1525
## [1.1.0] - 09/11/2023
1626

1727
### Added
28+
1829
- New feature to access Orcid profile data through orcid scrapper class
1930

2031
### Changed
32+
2133
- No changes
2234

2335
### Deprecated
36+
2437
- No changes
2538

2639
### Removed
40+
2741
- No changes
2842

2943
### Fixed
44+
3045
- Fixed the path to orcid section in red_section
3146

3247
## [1.0.1] - 09/08/2023
3348

3449
### Added
50+
3551
- No changes
3652

3753
### Changed
54+
3855
- No changes
3956

4057
### Deprecated
58+
4159
- No changes
4260

4361
### Removed
62+
4463
- No changes
4564

4665
### Fixed
66+
4767
- Fixed the bug that caused orcid.email function to not work due to key error
4868

4969
### Security
70+
5071
- No changes
5172

5273
## [1.0.0] - 09/08/2023
@@ -55,5 +76,5 @@ All notable changes to this project will be documented in this file.
5576

5677
# ... Repeat the above structure for each version ...
5778

58-
[1.0.1]:https://github.com/sri0606/PyOrcid/releases/tag/v1.0.1
59-
[1.0.0]:https://github.com/sri0606/PyOrcid/releases/tag/v1.0.0
79+
[1.0.1]: https://github.com/sri0606/PyOrcid/releases/tag/v1.0.1
80+
[1.0.0]: https://github.com/sri0606/PyOrcid/releases/tag/v1.0.0

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "PyOrcid"
7-
version = "1.1.2"
7+
version = "1.2.0"
88
license = "MIT"
99
description = "API client for ORCID API"
1010
readme = "README.md"
@@ -26,5 +26,3 @@ xmltojson = "*"
2626

2727
[tool.poetry.dev-dependencies]
2828
pytest = "^7.0.0"
29-
30-

0 commit comments

Comments
 (0)