Skip to content

Commit 0ed3704

Browse files
chore(release): 2.42.1 [skip ci]
## [2.42.1](v2.42.0...v2.42.1) (2026-05-28) ### Bug Fixes * detection of Golang project layout ([1ec4312](1ec4312)) * drop support for typescript projects without tsconfig.json ([3635148](3635148)) * rework _primary_language method ([d4295f2](d4295f2))
1 parent 3533d55 commit 0ed3704

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.42.1](https://github.com/ambient-code/agentready/compare/v2.42.0...v2.42.1) (2026-05-28)
2+
3+
4+
### Bug Fixes
5+
6+
* detection of Golang project layout ([1ec4312](https://github.com/ambient-code/agentready/commit/1ec43124e3ae8874ba35fcb69597f499aa4df364))
7+
* drop support for typescript projects without tsconfig.json ([3635148](https://github.com/ambient-code/agentready/commit/36351481eb7d841aa279ddeffd270048b77b2ada))
8+
* rework _primary_language method ([d4295f2](https://github.com/ambient-code/agentready/commit/d4295f2309bb768ccf0e92b3da7a52acf0e7cca7))
9+
110
# [2.42.0](https://github.com/ambient-code/agentready/compare/v2.41.1...v2.42.0) (2026-05-28)
211

312

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agentready"
3-
version = "2.42.0"
3+
version = "2.42.1"
44
description = "Assess and bootstrap git repositories for AI-assisted development with automated remediation"
55
authors = [{name = "Jeremy Eder", email = "jeder@redhat.com"}]
66
readme = "README.md"

0 commit comments

Comments
 (0)