Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e333fff

Browse files
chore(main): release 4.35.0 (#284)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4d9bc39 commit e333fff

4 files changed

Lines changed: 13 additions & 6 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,13 @@ Reference: [ADR-042](docs/architecture/02_ADRs/ADR-042-pre-commit-secret-scannin
235235

236236
---
237237

238+
## [4.35.0](https://github.com/davidmatousek/tachi/compare/v4.34.0...v4.35.0) (2026-05-10)
239+
240+
241+
### Features
242+
243+
* **282:** pre-commit secret-scanning defaults ([#283](https://github.com/davidmatousek/tachi/issues/283)) ([18378bd](https://github.com/davidmatousek/tachi/commit/18378bd406a5633f1d13b443d1d1ea7a28a0d295))
244+
238245
## [4.34.0](https://github.com/davidmatousek/tachi/compare/v4.33.0...v4.34.0) (2026-05-09)
239246

240247

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ From your project root:
9898
To install a specific version:
9999

100100
```bash
101-
~/Projects/tachi/scripts/install.sh --version v4.34.0 # x-release-please-version
101+
~/Projects/tachi/scripts/install.sh --version v4.35.0 # x-release-please-version
102102
```
103103

104104
If tachi is cloned to a non-default location:
@@ -449,7 +449,7 @@ tachi is built with the [Agentic Oriented Development Kit (AOD Kit)](https://git
449449

450450
Releases are automated via [release-please](https://github.com/googleapis/release-please). When conventional commits (`feat:`, `fix:`, `docs:`, etc.) are merged to `main`, release-please creates a **Release PR** with auto-generated CHANGELOG entries and the next semantic version. Merging the Release PR creates the git tag and GitHub Release.
451451

452-
To install a specific version: `install.sh --version v4.34.0` <!-- x-release-please-version -->
452+
To install a specific version: `install.sh --version v4.35.0` <!-- x-release-please-version -->
453453

454454
---
455455

scripts/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
#
1111
# Options:
1212
# --source <path> Path to tachi source directory (auto-detected if omitted)
13-
# --version <tag> Install files from a specific tagged version (e.g., v4.34.0) # x-release-please-version
13+
# --version <tag> Install files from a specific tagged version (e.g., v4.35.0) # x-release-please-version
1414
# --help Show this usage information
1515
#
1616
# Examples:
1717
# cd ~/Projects/my-app && ~/Projects/tachi/scripts/install.sh
1818
# ./install.sh --source ~/Projects/tachi
19-
# ./install.sh --version v4.34.0 # x-release-please-version
19+
# ./install.sh --version v4.35.0 # x-release-please-version
2020

2121
set -euo pipefail
2222

@@ -40,7 +40,7 @@ usage() {
4040
echo ""
4141
echo "Options:"
4242
echo " --source <path> Path to tachi source directory (auto-detected if omitted)"
43-
echo " --version <tag> Install files from a specific tagged version (e.g., v4.34.0)" # x-release-please-version
43+
echo " --version <tag> Install files from a specific tagged version (e.g., v4.35.0)" # x-release-please-version
4444
echo " --help Show this usage information"
4545
echo ""
4646
echo "Run this script from the root of the project where you want tachi installed."

0 commit comments

Comments
 (0)