Skip to content

Commit c8f82f3

Browse files
TopHlopYuriy Elistratov
andauthored
version: 1.0.1
Co-authored-by: Yuriy Elistratov <i.elistratov@redmadrobot.com>
1 parent 5fb2c23 commit c8f82f3

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
*No changes*
44

5+
## [1.0.1] - 2025.09.24
6+
7+
- Add ability to use arguments with text from resources
8+
59
## [1.0.0] - 2024.05.13
610

711
- Public release textvalue library and textvalue-compose extensions library
812

9-
[unreleased]: https://github.com/RedMadRobot/TextValue/compare/1.0.0...main
13+
[unreleased]: https://github.com/RedMadRobot/TextValue/compare/1.0.1...main
14+
[1.0.1]: https://github.com/RedMadRobot/TextValue/compare/1.0.0...1.0.1
1015
[1.0.0]: https://github.com/RedMadRobot/TextValue/compare/d5d1d9...1.0.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ repositories {
2525
2626
dependencies {
2727
// Views version
28-
implementation("com.redmadrobot.textvalue:textvalue:1.0.0")
28+
implementation("com.redmadrobot.textvalue:textvalue:1.0.1")
2929
3030
// Compose extensions for textvalue
31-
implementation("com.redmadrobot.textvalue:textvalue-compose:1.0.0")
31+
implementation("com.redmadrobot.textvalue:textvalue-compose:1.0.1")
3232
}
3333
```
3434

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Project-wide Gradle settings.
22
group=com.redmadrobot.textvalue
3-
version=1.0.0
3+
version=1.0.1
44

55
# IDE (e.g. Android Studio) users:
66
# Gradle settings configured through the IDE *will override*

0 commit comments

Comments
 (0)