Skip to content

Commit 362ec62

Browse files
yinnhoclaude
andauthored
Release v1.3.0 (#12)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 062758d commit 362ec62

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ jobs:
8787
name: release-artifacts
8888
path: |
8989
app/build/outputs/aar/*
90-
~/.m2/repository/com/github/yinnho/UPnPCast/1.2.0/*
90+
~/.m2/repository/com/github/yinnho/UPnPCast/1.3.0/*

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to the UPnPCast library will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.3.0] - 2026-09-02
99

1010
### ✨ Added
1111
- **Protocol-level integration tests**: an in-process fake DLNA renderer (local HTTP + SOAP endpoints) drives the full control flow — device description parsing over HTTP, AVTransport/RenderingControl actions, seek/volume request building, response parsing, `playMediaDirect` sequencing, device-error handling and cache behavior (fetch, cache hit, interpolation only while `PLAYING`); the `DLNACast` facade is covered end to end (neutral defaults before `init`, lifecycle with a WifiManager-less context, fast-failure paths). Suite grows to 92 tests

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
minSdk = 24
2323

2424
// Version information setting
25-
version = "1.2.0"
25+
version = "1.3.0"
2626

2727
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2828

@@ -132,7 +132,7 @@ afterEvaluate {
132132

133133
groupId = "com.yinnho.upnpcast"
134134
artifactId = "upnpcast"
135-
version = "1.2.0"
135+
version = "1.3.0"
136136

137137
pom {
138138
name.set("UPnPCast")

0 commit comments

Comments
 (0)