Skip to content

Commit d40f054

Browse files
Merge pull request #71 from ivdatahub/feature/AddChangeLog
chore: Added Change Log
2 parents 3a5540c + a737ebc commit d40f054

File tree

1 file changed

+288
-0
lines changed

1 file changed

+288
-0
lines changed

CHANGELOG.md

Lines changed: 288 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,288 @@
1+
### Changelog
2+
3+
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
4+
5+
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6+
7+
#### [1.3.11](https://me.github.com/ivdatahub/api-to-dataframe/compare/1.3.10...1.3.11)
8+
9+
> 24 September 2024
10+
11+
- chore(deps-dev): bump pylint from 3.2.6 to 3.3.0 [`#64`](https://me.github.com/ivdatahub/api-to-dataframe/pull/64)
12+
- chore(deps-dev): bump poetry-dynamic-versioning from 1.4.0 to 1.4.1 [`#63`](https://me.github.com/ivdatahub/api-to-dataframe/pull/63)
13+
- chore(deps-dev): bump pytest from 8.3.2 to 8.3.3 [`#62`](https://me.github.com/ivdatahub/api-to-dataframe/pull/62)
14+
- feature: added max of retries for protect APIServer [`#60`](https://me.github.com/ivdatahub/api-to-dataframe/pull/60)
15+
- Update CI.yaml [`d423835`](https://me.github.com/ivdatahub/api-to-dataframe/commit/d4238353d9ef42adf7ced8ec46d65277e0bfc68e)
16+
- Update CI.yaml [`378ba5d`](https://me.github.com/ivdatahub/api-to-dataframe/commit/378ba5d67237a2486ad2f2a40c3f348ad08de5b7)
17+
- feature: excessive logs remove [`ee8f3ad`](https://me.github.com/ivdatahub/api-to-dataframe/commit/ee8f3ad02cf805fa752d42b3ffc11d76dd2030d5)
18+
19+
#### [1.3.10](https://me.github.com/ivdatahub/api-to-dataframe/compare/1.3.9...1.3.10)
20+
21+
> 25 August 2024
22+
23+
- chore: bump version [`2c9f68b`](https://me.github.com/ivdatahub/api-to-dataframe/commit/2c9f68bf4f27a558c3cca6676c630a46fb754561)
24+
- fix: log to quantity of reetries [`54a6bc5`](https://me.github.com/ivdatahub/api-to-dataframe/commit/54a6bc5d0d8fd809db62e67140e1954f7a06a920)
25+
26+
#### [1.3.9](https://me.github.com/ivdatahub/api-to-dataframe/compare/1.3.8...1.3.9)
27+
28+
> 25 August 2024
29+
30+
- docs: adjusts README examples [`0df8389`](https://me.github.com/ivdatahub/api-to-dataframe/commit/0df8389c8558e8b472a037b0b15327d08d051460)
31+
32+
#### [1.3.8](https://me.github.com/ivdatahub/api-to-dataframe/compare/1.3.7...1.3.8)
33+
34+
> 25 August 2024
35+
36+
- docs: Tables for better compreension of retry strategies [`54635cb`](https://me.github.com/ivdatahub/api-to-dataframe/commit/54635cbd2c391e990705558c261047d69e23f4da)
37+
- feature: adjusts retry strategies [`0320bcf`](https://me.github.com/ivdatahub/api-to-dataframe/commit/0320bcfc87329b3c7970644f8619b3c0da0bc6b0)
38+
- feature: added max of retries for protect APIServer [`8f46f1b`](https://me.github.com/ivdatahub/api-to-dataframe/commit/8f46f1b646b2e7763c2c9c60c171153f07a0c852)
39+
40+
#### [1.3.7](https://me.github.com/ivdatahub/api-to-dataframe/compare/1.3.6...1.3.7)
41+
42+
> 9 August 2024
43+
44+
- Update pyproject.toml [`0c6965c`](https://me.github.com/ivdatahub/api-to-dataframe/commit/0c6965c2f2c36bdf9c09b900b184fccd3c02168f)
45+
- Merge pull request #59 from IvanildoBarauna/dependabot/pip/black-24.8.0 [`1d38f46`](https://me.github.com/ivdatahub/api-to-dataframe/commit/1d38f46f49b63ec3eaa77164d64f9f78bfba5060)
46+
- chore(deps-dev): bump coverage from 7.5.4 to 7.6.1 [`a049d29`](https://me.github.com/ivdatahub/api-to-dataframe/commit/a049d29320524434bcd1311516ef0d755fc89b1a)
47+
48+
#### [1.3.6](https://me.github.com/ivdatahub/api-to-dataframe/compare/1.3.5...1.3.6)
49+
50+
> 9 August 2024
51+
52+
- chore(deps-dev): bump black from 24.4.2 to 24.8.0 [`828bfa4`](https://me.github.com/ivdatahub/api-to-dataframe/commit/828bfa430731e138e49e9755f54b18cad06ea7f4)
53+
- Update pyproject.toml [`7cc8943`](https://me.github.com/ivdatahub/api-to-dataframe/commit/7cc8943e94131aed315393d92f744e052055d382)
54+
- Merge pull request #57 from IvanildoBarauna/dependabot/pip/pytest-8.3.2 [`16238c9`](https://me.github.com/ivdatahub/api-to-dataframe/commit/16238c934a54382a4ae231e7bd2003907b0181ce)
55+
56+
#### [1.3.5](https://me.github.com/ivdatahub/api-to-dataframe/compare/1.3.4...1.3.5)
57+
58+
> 29 July 2024
59+
60+
- feature: env setup on workflow [`#56`](https://me.github.com/ivdatahub/api-to-dataframe/pull/56)
61+
- chore(deps-dev): bump pytest from 8.3.1 to 8.3.2 [`586b6c4`](https://me.github.com/ivdatahub/api-to-dataframe/commit/586b6c4266fee69567e92faf6fd228b1dcaafe54)
62+
- chore: bump version [`b7c4356`](https://me.github.com/ivdatahub/api-to-dataframe/commit/b7c43562fc4cd7823ea60b1bdeb209850599bd82)
63+
64+
#### [1.3.4](https://me.github.com/ivdatahub/api-to-dataframe/compare/1.3.3...1.3.4)
65+
66+
> 24 July 2024
67+
68+
- feature: env setup on workflow [`efe8464`](https://me.github.com/ivdatahub/api-to-dataframe/commit/efe84645806bda0d43242be0f332b68e6ee266a3)
69+
- chore: Update repository on Workflow [`aea6ac9`](https://me.github.com/ivdatahub/api-to-dataframe/commit/aea6ac990476f9967c20e32fc5c537e01b04e565)
70+
- Merge pull request #55 from IvanildoBarauna/dependabot/pip/pylint-3.2.6 [`77558e2`](https://me.github.com/ivdatahub/api-to-dataframe/commit/77558e21a1b453d7688ad9c6faa09462b28d56af)
71+
72+
#### [1.3.3](https://me.github.com/ivdatahub/api-to-dataframe/compare/1.3.2...1.3.3)
73+
74+
> 22 July 2024
75+
76+
- chore(deps-dev): bump pylint from 3.2.5 to 3.2.6 [`955bc78`](https://me.github.com/ivdatahub/api-to-dataframe/commit/955bc78ff1de5d250fe1d5bf3ce83bd56744e9d1)
77+
- Update pyproject.toml [`7041393`](https://me.github.com/ivdatahub/api-to-dataframe/commit/704139378e4cde53eba160c138cf98f30393d63e)
78+
- Merge pull request #54 from IvanildoBarauna/dependabot/pip/pytest-8.3.1 [`cfd1a87`](https://me.github.com/ivdatahub/api-to-dataframe/commit/cfd1a87d079fd4881249e2e9d71cf2502715bc68)
79+
80+
#### [1.3.2](https://me.github.com/ivdatahub/api-to-dataframe/compare/1.3.1...1.3.2)
81+
82+
> 22 July 2024
83+
84+
- fix: remove logs for test [`#52`](https://me.github.com/ivdatahub/api-to-dataframe/pull/52)
85+
- chore(deps-dev): bump pytest from 8.2.2 to 8.3.1 [`0ee32d5`](https://me.github.com/ivdatahub/api-to-dataframe/commit/0ee32d5e521729899d37a8c2954a5786f8bce93c)
86+
- Update pyproject.toml [`677937c`](https://me.github.com/ivdatahub/api-to-dataframe/commit/677937cfdd949d0919419789255024b0f0418b8e)
87+
88+
#### [1.3.1](https://me.github.com/ivdatahub/api-to-dataframe/compare/1.3.0...1.3.1)
89+
90+
> 8 July 2024
91+
92+
- feat: Improve Docs, fix level logger to INFO and remove _get_response_data [`28f13c8`](https://me.github.com/ivdatahub/api-to-dataframe/commit/28f13c86907dac76250e16a54bb017521014e4fd)
93+
94+
#### [1.3.0](https://me.github.com/ivdatahub/api-to-dataframe/compare/1.2.3...1.3.0)
95+
96+
> 8 July 2024
97+
98+
- feat-StableVersion [`#50`](https://me.github.com/ivdatahub/api-to-dataframe/pull/50)
99+
- [NEWS] Evoluted to Beta Pypi Version [`#48`](https://me.github.com/ivdatahub/api-to-dataframe/pull/48)
100+
- chore: black + pylint conventions [`fa342e0`](https://me.github.com/ivdatahub/api-to-dataframe/commit/fa342e016bfcc1adb2f9665a21ecf4eed3f60d8d)
101+
- chore: Added dev deps + added .pre-commits [`a0d73cc`](https://me.github.com/ivdatahub/api-to-dataframe/commit/a0d73ccf3bb4f2873c916b5780062813e4cdbe16)
102+
- feature: implement logger [`43cfabd`](https://me.github.com/ivdatahub/api-to-dataframe/commit/43cfabde823d3de837a020a1b97813e5bea95fef)
103+
104+
#### [1.2.3](https://me.github.com/ivdatahub/api-to-dataframe/compare/1.2.2...1.2.3)
105+
106+
> 23 June 2024
107+
108+
- FEATURE: Improve Development Experience for use api-to-dataframe [`#47`](https://me.github.com/ivdatahub/api-to-dataframe/pull/47)
109+
- feature [`18106dd`](https://me.github.com/ivdatahub/api-to-dataframe/commit/18106dd2dc85f5042a81a389c14f110d98c20bbd)
110+
111+
#### [1.2.2](https://me.github.com/ivdatahub/api-to-dataframe/compare/1.2.1...1.2.2)
112+
113+
> 23 June 2024
114+
115+
- chore: Update Notebook [`#45`](https://me.github.com/ivdatahub/api-to-dataframe/pull/45)
116+
- feat: Update name param to initial_delay [`1f75da0`](https://me.github.com/ivdatahub/api-to-dataframe/commit/1f75da0bd31b8f127cc68200ac2486f07ad1903a)
117+
- docs: Update Code Guide [`f656362`](https://me.github.com/ivdatahub/api-to-dataframe/commit/f656362f7052c415cdb2b4100c0f3c8306a2dff0)
118+
119+
#### [1.2.1](https://me.github.com/ivdatahub/api-to-dataframe/compare/1.2.0...1.2.1)
120+
121+
> 23 June 2024
122+
123+
- feat: Initial development of Retry Strategies [`#44`](https://me.github.com/ivdatahub/api-to-dataframe/pull/44)
124+
- chore: Update Notebook [`274fad5`](https://me.github.com/ivdatahub/api-to-dataframe/commit/274fad59c04b5b1ebbaf72a3e6e3a3ed15b138f7)
125+
- Update pyproject.toml [`c36956a`](https://me.github.com/ivdatahub/api-to-dataframe/commit/c36956a5b38369191b10527afb8eabafd63f5715)
126+
127+
#### [1.2.0](https://me.github.com/ivdatahub/api-to-dataframe/compare/1.1.0...1.2.0)
128+
129+
> 21 June 2024
130+
131+
- FEATURE/Added Timeout and raises in Exceptions case for GetApiData [`#43`](https://me.github.com/ivdatahub/api-to-dataframe/pull/43)
132+
- feat: added functional tests on jupyter notebook [`af8462b`](https://me.github.com/ivdatahub/api-to-dataframe/commit/af8462bfc966c4796939977d3646dce9bf322c95)
133+
- Update notebooks and evoluted project for Alpha phase [`7011b6d`](https://me.github.com/ivdatahub/api-to-dataframe/commit/7011b6de2fa78c3fe2f31cc176e38268ad2a1453)
134+
- chore: Update Documentation + set quantity of retry to 3 [`291b47a`](https://me.github.com/ivdatahub/api-to-dataframe/commit/291b47a8a4ea5e4b24042b19126d4e3d6cca1b8d)
135+
136+
#### [1.1.0](https://me.github.com/ivdatahub/api-to-dataframe/compare/1.0.3...1.1.0)
137+
138+
> 16 June 2024
139+
140+
- 💻 FEATURE/Remove Unecessary Packages for better development experience [`#42`](https://me.github.com/ivdatahub/api-to-dataframe/pull/42)
141+
- testes: increase coverage for +90% [`8d21675`](https://me.github.com/ivdatahub/api-to-dataframe/commit/8d21675bc2b51893340f8489039aa815a9eb421c)
142+
- feat: Added timeout param [`04e3034`](https://me.github.com/ivdatahub/api-to-dataframe/commit/04e30348db0ae529c53f08f158112c25d63cbd1e)
143+
- docs: Added headers in Code Guide [`bc515a6`](https://me.github.com/ivdatahub/api-to-dataframe/commit/bc515a6a0fa0c7b6ab380c80c60dbe99f3370ec8)
144+
145+
#### [1.0.3](https://me.github.com/ivdatahub/api-to-dataframe/compare/1.0.2...1.0.3)
146+
147+
> 15 June 2024
148+
149+
- docs: Update Readme + Added Docs Strings + Include only constructor [`#41`](https://me.github.com/ivdatahub/api-to-dataframe/pull/41)
150+
- chore: remove unecessary packages for better dev experience [`a9608a6`](https://me.github.com/ivdatahub/api-to-dataframe/commit/a9608a6b06d06f7ebc40fbd5ee48220a2aec9343)
151+
152+
#### [1.0.2](https://me.github.com/ivdatahub/api-to-dataframe/compare/1.0.1...1.0.2)
153+
154+
> 15 June 2024
155+
156+
- chore: flexibilized version of dependencies [`#36`](https://me.github.com/ivdatahub/api-to-dataframe/pull/36)
157+
- docs: Update Readme + Added Docs Strings + Include only constructor [`ff00acb`](https://me.github.com/ivdatahub/api-to-dataframe/commit/ff00acb07fa04ef54c995143316e39f7cef5b78b)
158+
159+
#### [1.0.1](https://me.github.com/ivdatahub/api-to-dataframe/compare/1.0.0...1.0.1)
160+
161+
> 13 June 2024
162+
163+
- feat: change entrypoint of lib + split responsabilites in components [`#29`](https://me.github.com/ivdatahub/api-to-dataframe/pull/29)
164+
- chore: flexibilized version of dependencies [`222b371`](https://me.github.com/ivdatahub/api-to-dataframe/commit/222b37149f20a29f3753a31b5e24c9bee03b5024)
165+
166+
### [1.0.0](https://me.github.com/ivdatahub/api-to-dataframe/compare/0.1.0...1.0.0)
167+
168+
> 13 June 2024
169+
170+
- chore: rename step for generate tag [`8e72c3b`](https://me.github.com/ivdatahub/api-to-dataframe/commit/8e72c3b42ef6dfd338e9ec7f6fa9e25a0d28ac91)
171+
- chore: increment major version [`9e53660`](https://me.github.com/ivdatahub/api-to-dataframe/commit/9e536605d524f592e745cb95e11201f8606dec6e)
172+
173+
#### [0.1.0](https://me.github.com/ivdatahub/api-to-dataframe/compare/0.0.11...0.1.0)
174+
175+
> 13 June 2024
176+
177+
- FEATURE-EntrypointDefinition [`#28`](https://me.github.com/ivdatahub/api-to-dataframe/pull/28)
178+
- FEATURE-Update Badges [`#27`](https://me.github.com/ivdatahub/api-to-dataframe/pull/27)
179+
- feat: change entrypoint of lib + split responsabilites in components [`7b53bc0`](https://me.github.com/ivdatahub/api-to-dataframe/commit/7b53bc0424a707cf05691c04ae33e663d3065897)
180+
- feat: Class Methods Define + write tests [`fbbf03b`](https://me.github.com/ivdatahub/api-to-dataframe/commit/fbbf03b81221f28b7a7d338ce50dc2edb3330027)
181+
- tests: remove src from imports for tests [`ff88f57`](https://me.github.com/ivdatahub/api-to-dataframe/commit/ff88f576a6856dfc0887b36bab06a1dd5075793f)
182+
183+
#### [0.0.11](https://me.github.com/ivdatahub/api-to-dataframe/compare/0.0.10...0.0.11)
184+
185+
> 11 June 2024
186+
187+
- UpdateBadges [`#26`](https://me.github.com/ivdatahub/api-to-dataframe/pull/26)
188+
- Added link to repo in README [`8df9697`](https://me.github.com/ivdatahub/api-to-dataframe/commit/8df9697f631755b625b9c0f9bcb9cdf8800dac6a)
189+
- Update pyproject.toml [`f8c46d3`](https://me.github.com/ivdatahub/api-to-dataframe/commit/f8c46d3668f95c1d942df104457d61c45e8dd6a0)
190+
191+
#### [0.0.10](https://me.github.com/ivdatahub/api-to-dataframe/compare/0.0.9...0.0.10)
192+
193+
> 11 June 2024
194+
195+
- UpdateReadme [`#25`](https://me.github.com/ivdatahub/api-to-dataframe/pull/25)
196+
- Update Readme [`#23`](https://me.github.com/ivdatahub/api-to-dataframe/pull/23)
197+
- feat VersionControlOnCd [`#22`](https://me.github.com/ivdatahub/api-to-dataframe/pull/22)
198+
- UpdateBadges [`52f548d`](https://me.github.com/ivdatahub/api-to-dataframe/commit/52f548dccb42563fdc8623bf842659c7d5fecd38)
199+
- chore: increment version [`79b83dd`](https://me.github.com/ivdatahub/api-to-dataframe/commit/79b83ddd400a7f0598e3d450253702567eae7ad6)
200+
201+
#### [0.0.9](https://me.github.com/ivdatahub/api-to-dataframe/compare/0.0.8...0.0.9)
202+
203+
> 11 June 2024
204+
205+
- chore: added generate tags version [`#21`](https://me.github.com/ivdatahub/api-to-dataframe/pull/21)
206+
- chore: .pre-commit config + version increment shell script added [`b831fe8`](https://me.github.com/ivdatahub/api-to-dataframe/commit/b831fe8e7e33057662f6aa07425b8e2f8ef4c7c4)
207+
- fix: remove poetry version patch from CI [`2d54e7c`](https://me.github.com/ivdatahub/api-to-dataframe/commit/2d54e7c6a102f7952b77e8abfda44cd91f2ac7a0)
208+
- chore: increment version [`48dfd07`](https://me.github.com/ivdatahub/api-to-dataframe/commit/48dfd07be26f798b57cb1f284b033bf397eace5e)
209+
210+
#### [0.0.8](https://me.github.com/ivdatahub/api-to-dataframe/compare/0.0.7...0.0.8)
211+
212+
> 11 June 2024
213+
214+
- chore: Added Version Control on CD [`#20`](https://me.github.com/ivdatahub/api-to-dataframe/pull/20)
215+
- fix: workflow formatting file [`8a219ed`](https://me.github.com/ivdatahub/api-to-dataframe/commit/8a219eddc5386366553294ae7dc1ed54498d0c65)
216+
- chore: Join CI with CD [`a7afdd5`](https://me.github.com/ivdatahub/api-to-dataframe/commit/a7afdd5fe943f65a91339fee2e5c1db429df46ad)
217+
- chore: added generate tags version [`9b1295f`](https://me.github.com/ivdatahub/api-to-dataframe/commit/9b1295f476ec842e7fd01d5720c5817abc64894a)
218+
219+
#### [0.0.7](https://me.github.com/ivdatahub/api-to-dataframe/compare/0.0.6...0.0.7)
220+
221+
> 11 June 2024
222+
223+
- chore: increment version [`2186a17`](https://me.github.com/ivdatahub/api-to-dataframe/commit/2186a1722a945e9e384336777bba9d4a7c730d82)
224+
- chore: remove gitactions user from CD [`aefdded`](https://me.github.com/ivdatahub/api-to-dataframe/commit/aefddedd0eb88329ace99088bf667008f4e8793e)
225+
226+
#### [0.0.6](https://me.github.com/ivdatahub/api-to-dataframe/compare/0.0.5...0.0.6)
227+
228+
> 11 June 2024
229+
230+
- build(deps): bump packaging from 24.0 to 24.1 [`#5`](https://me.github.com/ivdatahub/api-to-dataframe/pull/5)
231+
- feat AutoRelease [`#18`](https://me.github.com/ivdatahub/api-to-dataframe/pull/18)
232+
- chore: added auto-release [`a94c79c`](https://me.github.com/ivdatahub/api-to-dataframe/commit/a94c79c7c4cca8cbc059ed2fcdeb8a62a910eaec)
233+
- chore: Added Version Control on CD [`3ae2ec9`](https://me.github.com/ivdatahub/api-to-dataframe/commit/3ae2ec9c2d6b85f4bf193036c84d16504dbd587c)
234+
- chore: increment version [`5d37d60`](https://me.github.com/ivdatahub/api-to-dataframe/commit/5d37d6090dc68b0103b366ac046f967ff7cd3110)
235+
236+
#### [0.0.5](https://me.github.com/ivdatahub/api-to-dataframe/compare/0.0.4...0.0.5)
237+
238+
> 11 June 2024
239+
240+
- feat AutoRelease [`#17`](https://me.github.com/ivdatahub/api-to-dataframe/pull/17)
241+
- feat AutoRelease [`#16`](https://me.github.com/ivdatahub/api-to-dataframe/pull/16)
242+
- feat AutoRelease [`#15`](https://me.github.com/ivdatahub/api-to-dataframe/pull/15)
243+
- feat AutoRelease [`#14`](https://me.github.com/ivdatahub/api-to-dataframe/pull/14)
244+
- feat AutoRelease [`#13`](https://me.github.com/ivdatahub/api-to-dataframe/pull/13)
245+
- feat AutoRelease [`#12`](https://me.github.com/ivdatahub/api-to-dataframe/pull/12)
246+
- Feature-AutoRelease [`#11`](https://me.github.com/ivdatahub/api-to-dataframe/pull/11)
247+
- Feature-AutoReleases [`#10`](https://me.github.com/ivdatahub/api-to-dataframe/pull/10)
248+
- chore: added auto-release [`3a78e8c`](https://me.github.com/ivdatahub/api-to-dataframe/commit/3a78e8cb3149f1a0de66b78e70e54b6708339d47)
249+
- chore: added auto-release [`ae1a8eb`](https://me.github.com/ivdatahub/api-to-dataframe/commit/ae1a8ebad7bc6215300ee8bfef92d0b6f7b54342)
250+
- chore: added auto-release [`62cbdab`](https://me.github.com/ivdatahub/api-to-dataframe/commit/62cbdabc1405abed50f404868f9f66776e18bd34)
251+
252+
#### [0.0.4](https://me.github.com/ivdatahub/api-to-dataframe/compare/v0.0.3...0.0.4)
253+
254+
> 11 June 2024
255+
256+
- FEATURES-Devops [`#9`](https://me.github.com/ivdatahub/api-to-dataframe/pull/9)
257+
- HotFix: Setups and Initial Class [`#8`](https://me.github.com/ivdatahub/api-to-dataframe/pull/8)
258+
- chore: Added dev-dependencies [`de95347`](https://me.github.com/ivdatahub/api-to-dataframe/commit/de953471beed22dc9a40a8a0dae9791722695d2d)
259+
- chore: added auto-versioning [`54c4a34`](https://me.github.com/ivdatahub/api-to-dataframe/commit/54c4a34f320ac8350ae8ab0520140720219fc3c7)
260+
- chore: added .idea [`702452d`](https://me.github.com/ivdatahub/api-to-dataframe/commit/702452d4c1c16787f83b38ac034161e26416ce7a)
261+
262+
#### [v0.0.3](https://me.github.com/ivdatahub/api-to-dataframe/compare/v0.0.2...v0.0.3)
263+
264+
> 10 June 2024
265+
266+
- chore: Remove OLD Setup format [`#7`](https://me.github.com/ivdatahub/api-to-dataframe/pull/7)
267+
- Feature first build [`#6`](https://me.github.com/ivdatahub/api-to-dataframe/pull/6)
268+
- feat: Add pip installation instructions to example notebook [`44a3eb7`](https://me.github.com/ivdatahub/api-to-dataframe/commit/44a3eb7f3856058bb9fbd77ae4258ac35e3c227d)
269+
- chore: Bump version to v0.0.3 in pyproject.toml [`19a0f0a`](https://me.github.com/ivdatahub/api-to-dataframe/commit/19a0f0a9f66de8bbbdaeded80250552b9962eff4)
270+
- chore: Update pyproject.toml to include "src" directory in packages [`7d36096`](https://me.github.com/ivdatahub/api-to-dataframe/commit/7d360968f8dc50f2b66f7ac7e855b3fb2e55183b)
271+
272+
#### [v0.0.2](https://me.github.com/ivdatahub/api-to-dataframe/compare/v0.0.1...v0.0.2)
273+
274+
> 10 June 2024
275+
276+
- Update Coverage [`#4`](https://me.github.com/ivdatahub/api-to-dataframe/pull/4)
277+
- Update Readme [`#3`](https://me.github.com/ivdatahub/api-to-dataframe/pull/3)
278+
- FEATURE: Initial SDK Setup [`#2`](https://me.github.com/ivdatahub/api-to-dataframe/pull/2)
279+
- Setup PreBuild [`b771b8e`](https://me.github.com/ivdatahub/api-to-dataframe/commit/b771b8e71ca5d196c2b0771cfb4139fddc92c520)
280+
- chore: Add pre-commit configuration file [`588178d`](https://me.github.com/ivdatahub/api-to-dataframe/commit/588178defc7df068a10a677e6d0d3691598e529d)
281+
282+
#### v0.0.1
283+
284+
> 7 June 2024
285+
286+
- Initial commit [`9259146`](https://me.github.com/ivdatahub/api-to-dataframe/commit/9259146d2dec1ec5e01cc0b709c825458ab3c9fe)
287+
- chore: do not build [`6035295`](https://me.github.com/ivdatahub/api-to-dataframe/commit/6035295ff4954025c9c621157248953303355067)
288+
- build: initial setup tests [`84ef25e`](https://me.github.com/ivdatahub/api-to-dataframe/commit/84ef25e824e527fbd7efa598fe7e3c031504c0c6)

0 commit comments

Comments
 (0)