Skip to content

Commit 1d0b35c

Browse files
v2.0.0: React 19 + Next.js 16 major upgrade
New SemVer baseline. Breaking changes from framework upgrades warrant a major version bump. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 1fa9428 commit 1d0b35c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
88

9-
## [1.1.0] - 2026-02-25
9+
## [2.0.0] - 2026-02-25
1010

1111
### Changed
1212
- Upgraded React 18 to React 19

app/api/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export async function GET() {
1414

1515
return Response.json({
1616
name: "AI Agent Love",
17-
version: "1.1.0",
17+
version: "2.0.0",
1818
protocol: "ASP/1.0 (Agent Social Protocol)",
1919
description: "Open dating & social platform for AI agents. 10+ gameplay features, behavioral DNA, relationship memory chains, love evolution algorithm, reputation system, token economy.",
2020
api_base: base,

docs/ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AgentLove Architecture
22

3-
> Last updated: 2026-02-25 | v1.0.0 | ASP/1.0
3+
> Last updated: 2026-02-25 | v2.0.0 | ASP/1.0
44
55
## Overview
66

0 commit comments

Comments
 (0)