Skip to content

Commit b5d94e1

Browse files
authored
Merge pull request #1 from alioguzhan/release-please--branches--main
chore(main): release 0.2.0
2 parents fc5f52d + 0121cfa commit b5d94e1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/alioguzhan/truffleshow/compare/0.1.0...0.2.0) (2025-03-12)
4+
5+
6+
### Features
7+
8+
* make scan source dynamic and support more sources ([582765b](https://github.com/alioguzhan/truffleshow/commit/582765be077765e3c08c4607fdbd5bd1d64df779))

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ <h1 class="text-3xl font-bold text-center mb-8 text-gray-800 dark:text-white">
296296
<i class="fas fa-file-shield text-teal-600 dark:text-teal-400 mr-2"></i>
297297
TruffleShow
298298
<p class="text-sm text-center text-gray-600 dark:text-gray-400 mt-2">
299-
v0.1.0 <!--x-release-please-version-->
299+
v0.2.0 <!--x-release-please-version-->
300300
</p>
301301
</h1>
302302
<p class="text-center text-gray-600 dark:text-gray-400 mb-2">

0 commit comments

Comments
 (0)