Skip to content

Commit

Permalink
Bump version to 1.3.0-alpha07
Browse files Browse the repository at this point in the history
  • Loading branch information
rinekri committed Oct 3, 2024
1 parent 19a8315 commit cb6ffc5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 1.3.0-alpha07
* Add a maximum character limit for notes app center
* Add split attachments into parts when sending large changelog file to avoid "Upload error, code=403, reason=invalid_token"

## 1.3.0-alpha06
* Add ability to upload builds into Telegram via telegramDistributionUpload* tasks

## 1.3.0-alpha05
* Add task to automate ClickUp workflows via clickUpAutomation tasks

## 1.3.0-alpha04
* Fix commit of Google Play track edit being omitted

## 1.3.0-alpha03
* Implement Google Play uploading logic via playUpload* tasks

## 1.3.0-alpha02
* Update apg to 8.3.1 and gradle to 8.7, and other libs

## 1.3.0-alpha01
* Add experimental logic to configure build tag pattern (buildTagPattern). But now it has restrictions: for example, in tag name should be only one - delimiter

Expand Down
2 changes: 1 addition & 1 deletion plugin-build/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

allprojects {
group = "ru.kode.android"
version = "1.3.0-alpha06"
version = "1.3.0-alpha07"
}

val dependsOnRecursivelyByName = { task: Task, name: String ->
Expand Down

0 comments on commit cb6ffc5

Please sign in to comment.