-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
43e179d
commit d73c816
Showing
3 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.0.0" | ||
".": "1.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,27 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2024-06-03) | ||
|
||
|
||
### Features | ||
|
||
* **http:** get http response via curl ([#14](https://github.com/ayushmanchhabra/surf/issues/14)) ([16f1b0d](https://github.com/ayushmanchhabra/surf/commit/16f1b0d6f8165e1d7e7def7b9a7211b96c77d5a5)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **dependabot:** reconfigure ([0cc1a0e](https://github.com/ayushmanchhabra/surf/commit/0cc1a0e77de5dbd3a4010180ad36246749fcda6d)) | ||
* **dependabot:** remove `versioning-strategy` ([8bec92c](https://github.com/ayushmanchhabra/surf/commit/8bec92c0a898f86946a2d215e51cdfc7696b24de)) | ||
|
||
|
||
### Chores | ||
|
||
* add to git ([869f9f8](https://github.com/ayushmanchhabra/surf/commit/869f9f8da705ff7d09255c00da10853403be4053)) | ||
* **cd:** configure release please bot ([dee18cc](https://github.com/ayushmanchhabra/surf/commit/dee18cc2866b4a732986980e22a15261d2e01681)) | ||
* **deps:** bump actions/checkout ([#2](https://github.com/ayushmanchhabra/surf/issues/2)) ([5fac965](https://github.com/ayushmanchhabra/surf/commit/5fac965496cf09f0739dd8bb47875d50a5342498)) | ||
* **deps:** bump actions/checkout from 4.1.1 to 4.1.3 in /.github/workflows in the gha group ([#1](https://github.com/ayushmanchhabra/surf/issues/1)) ([5d04fdb](https://github.com/ayushmanchhabra/surf/commit/5d04fdbf7384ec48ffe327a046edd2e9c691ebe6)) | ||
* **deps:** bump actions/checkout from 4.1.4 to 4.1.6 in /.github/workflows in the gha group across 1 directory ([#11](https://github.com/ayushmanchhabra/surf/issues/11)) ([3fd3eb6](https://github.com/ayushmanchhabra/surf/commit/3fd3eb637c4ab96b8d8cbd0a1b9faebc729e2cc1)) | ||
* **deps:** bump pytest from 8.1.1 to 8.2.1 in the pip group across 1 directory ([#12](https://github.com/ayushmanchhabra/surf/issues/12)) ([60fc519](https://github.com/ayushmanchhabra/surf/commit/60fc5198d8ff5a9f792e7cc7cf41088462de0d45)) | ||
* **deps:** bump the git group across 1 directory with 2 updates ([#19](https://github.com/ayushmanchhabra/surf/issues/19)) ([61af992](https://github.com/ayushmanchhabra/surf/commit/61af9923fb0138e0410d191b81753537dbc92a4c)) | ||
|
||
## Changelog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.0.0 | ||
1.0.0 |