Skip to content

Commit b6e1fa3

Browse files
Merge pull request #38 from remarkablegames/release-please--branches--master
chore(master): release 1.1.0
2 parents b46fd09 + 1dd5352 commit b6e1fa3

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.27"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/remarkablegames/knitbone/compare/v1.0.27...v1.1.0) (2026-03-01)
4+
5+
6+
### Features
7+
8+
* **tl:** add russian translation ([#37](https://github.com/remarkablegames/knitbone/issues/37)) ([de37977](https://github.com/remarkablegames/knitbone/commit/de37977e510eb11d91151d7fc10f3e0b69a2c06c))
9+
10+
11+
### Bug Fixes
12+
13+
* **voice:** normalize russian audio ([bcd673a](https://github.com/remarkablegames/knitbone/commit/bcd673a87b472e80dc4882c05ffbf130109ebb66))
14+
* **voice:** normalize russian entity voices ([b46fd09](https://github.com/remarkablegames/knitbone/commit/b46fd0939209879323506d34caf677773a9de619))
15+
316
## [1.0.27](https://github.com/remarkablegames/knitbone/compare/v1.0.26...v1.0.27) (2025-11-21)
417

518

game/options.rpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ define gui.show_name = True
2323

2424
## The version of the game.
2525

26-
define config.version = "1.0.27" # x-release-please-version
26+
define config.version = "1.1.0" # x-release-please-version
2727

2828

2929
## Text that is placed on the game's about screen. Place the text between the

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.27
1+
1.1.0

0 commit comments

Comments
 (0)