Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Commit e977eb3

Browse files
committed
Prepare 1.0.0-alpha01 release
1 parent 10900bc commit e977eb3

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

docs/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
# Change Log
2+
3+
## Version 1.0.0-alpha01 (2020-07-18)
4+
- Initial Release

docs/roadmap.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44
<!-- Intermediate = :material-checkbox-intermediate: -->
55
<!-- Unchecked = :material-checkbox-blank-outline: -->
66

7-
:material-checkbox-intermediate: Alpha release (`topl-core-base`/`topl-service` modules only)
7+
:material-checkbox-marked: Alpha release
88
:material-checkbox-blank-outline: Pass-through commands to the TorControlConnection
99
:material-checkbox-blank-outline: Settings/Debug Activity (so devs don't have to create one if they don't wish to)
1010
:material-checkbox-blank-outline: Builder Option to disable stop service on task termination
1111
:material-checkbox-blank-outline: Transport Plugin support
1212
:material-checkbox-blank-outline: v3 Hidden Service Authentication support
1313
:material-checkbox-blank-outline: v3 Hidden Service Creation
14-
:material-checkbox-blank-outline: Refactor `topl-core` module and add it to the release artifacts
1514

1615
[back](index.md)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android.enableJetifier=true
2121
kotlin.code.style=official
2222

2323
GROUP=io.matthewnelson.topl-android
24-
VERSION_NAME=1.0.0-alpha01-SNAPSHOT
24+
VERSION_NAME=1.0.0-alpha01
2525

2626
# The trailing 2 digits are for `alpha##` releases. For example:
2727
# 4.4.1-alpha02 = 441102 where `102` stands for alpha02

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
extra:
22
topl_android:
3-
release: '1.0.0-alpha00'
4-
next_release: '1.0.0-alpha01'
3+
release: '1.0.0-alpha01'
4+
next_release: '1.0.0-alpha02'
55
social:
66
- icon: material/earth
77
link: https://matthewnelson.io

0 commit comments

Comments
 (0)