Skip to content

Commit 0689b49

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2024-08-06) ### Bug Fixes * Do not raise an exception when environment variables are not set for repository credentials ([ea6bfe0](ea6bfe0)) ### Features * Initialize project ([705b448](705b448))
1 parent 5406a01 commit 0689b49

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 1.0.0 (2024-08-06)
2+
3+
4+
### Bug Fixes
5+
6+
* Do not raise an exception when environment variables are not set for repository credentials ([ea6bfe0](https://github.com/ReVanced/revanced-patches-gradle-plugin/commit/ea6bfe0c86b7b1c114bfa520753e6b53c501b0b7))
7+
8+
9+
### Features
10+
11+
* Initialize project ([705b448](https://github.com/ReVanced/revanced-patches-gradle-plugin/commit/705b4483dbd33352e79cff289786ef26cad977cf))
12+
113
# [1.0.0-dev.2](https://github.com/ReVanced/revanced-patches-gradle-plugin/compare/v1.0.0-dev.1...v1.0.0-dev.2) (2024-08-06)
214

315

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.parallel = true
22
org.gradle.caching = true
33
kotlin.code.style = official
4-
version = 1.0.0-dev.2
4+
version = 1.0.0

0 commit comments

Comments
 (0)