Skip to content

Commit

Permalink
chore(main): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 5, 2024
1 parent c56daeb commit 168a722
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "1.0.0"
}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
# Changelog

## 1.0.0 (2024-06-05)


### 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))
* **cd:** set last sha release ([cc84ba1](https://github.com/ayushmanchhabra/surf/commit/cc84ba17dc8b3d64063d753ef0b084a7933a8feb))
* **cd:** update last release sha ([c56daeb](https://github.com/ayushmanchhabra/surf/commit/c56daeb2f578ca1e576ba73b5cfd04957ef52a4a))
* **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 pytest from 8.2.1 to 8.2.2 in the pip group ([#22](https://github.com/ayushmanchhabra/surf/issues/22)) ([8172ac7](https://github.com/ayushmanchhabra/surf/commit/8172ac7693c1073137848e8bc23f5954cb1d7e45))
* **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
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.0
1.0.0

0 comments on commit 168a722

Please sign in to comment.