Skip to content

Commit

Permalink
chore(master): release 0.1.0 (#17)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.1.0](0.0.1...0.1.0)
(2024-12-03)


### Features

* add status metric to detect failed runs
([#10](#10))
([2085ab3](2085ab3))
* **ci:** add workflows for build, pr check and deploy
([2058429](2058429))
* **ci:** add workflows for build, pr check, deploy
([413fdc2](413fdc2))


### Bug Fixes

* add first version for release-please
([#13](#13))
([2db4530](2db4530))
* directory structure
([a378980](a378980))
* match package name with repo name
([974ed16](974ed16))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
hive-bot authored Jan 14, 2025
1 parent 613f286 commit 81d8f78
Show file tree
Hide file tree
Showing 3 changed files with 19 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.1"
".": "0.1.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## [0.1.0](https://github.com/ethereum/discv4-crawl/compare/0.0.1...0.1.0) (2024-12-03)


### Features

* add status metric to detect failed runs ([#10](https://github.com/ethereum/discv4-crawl/issues/10)) ([2085ab3](https://github.com/ethereum/discv4-crawl/commit/2085ab36f484e2fbce1bea5e4793154de6e7c70c))
* **ci:** add workflows for build, pr check and deploy ([2058429](https://github.com/ethereum/discv4-crawl/commit/2058429cd70d7ccb9188aa6d3554d85369bfd65b))
* **ci:** add workflows for build, pr check, deploy ([413fdc2](https://github.com/ethereum/discv4-crawl/commit/413fdc2966d11ebff222ac4a261db6cee381cffb))


### Bug Fixes

* add first version for release-please ([#13](https://github.com/ethereum/discv4-crawl/issues/13)) ([2db4530](https://github.com/ethereum/discv4-crawl/commit/2db45307d804160aea98e9fbbef23b05893eac97))
* directory structure ([a378980](https://github.com/ethereum/discv4-crawl/commit/a37898084558ad814a533aa27d5bd9c344532c0a))
* match package name with repo name ([974ed16](https://github.com/ethereum/discv4-crawl/commit/974ed1665632530338a42adde084cc3646dc01d9))
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.1.0

0 comments on commit 81d8f78

Please sign in to comment.