Skip to content

chore: Prepare for 1.1.0 release#6

Merged
takeshishimada merged 1 commit intomainfrom
release/update-version-to-1.1.0
Oct 27, 2025
Merged

chore: Prepare for 1.1.0 release#6
takeshishimada merged 1 commit intomainfrom
release/update-version-to-1.1.0

Conversation

@takeshishimada
Copy link
Copy Markdown
Contributor

Summary

Prepare for Flow 1.1.0 release by updating version numbers and CHANGELOG.

Changes

Version Updates

README.md:

  • Update Package.swift dependency from 1.0.0 to 1.1.0
  • Update Xcode installation version from 1.0.0 to 1.1.0

README_jp.md:

  • Update Package.swift dependency from 1.0.0 to 1.1.0
  • Update Xcode installation version from 1.0.0 to 1.1.0

CHANGELOG.md

Added comprehensive 1.1.0 release notes:

Features:

  • ✨ Task naming support for .run effects (Swift 6.2 SE-0469)
    • Optional name parameter for improved debugging
    • Task names appear in Xcode, Instruments, swift-inspect
    • Fully backward compatible
    • Names preserved through configuration chaining

Documentation:

  • 📝 Improved README.md "Result-Returning Actions" section
    • Clearer explanations of ActionResult types
    • Better context for code examples
    • Improved component relationship descriptions

Tests:

  • ✅ Added 6 new tests for task naming (299 total tests)

Internal:

  • 🔧 Fixed SwiftLint function_parameter_count violation

Release Plan

After merging this PR:

  1. Create and push 1.1.0 tag
  2. Monitor GitHub Actions release workflow
  3. Publish the release

🤖 Generated with Claude Code

Update version numbers and CHANGELOG for 1.1.0 release.

**Version Updates:**
- README.md: Update version references from 1.0.0 to 1.1.0
- README_jp.md: Update version references from 1.0.0 to 1.1.0

**CHANGELOG.md:**
- Add 1.1.0 release notes with comprehensive details
- Document task naming feature (Swift 6.2 SE-0469)
- Document README documentation improvements
- Note 6 new tests (299 total)
- Document SwiftLint fix

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@takeshishimada takeshishimada merged commit ec27ab7 into main Oct 27, 2025
9 checks passed
@takeshishimada takeshishimada self-assigned this Oct 27, 2025
@takeshishimada takeshishimada deleted the release/update-version-to-1.1.0 branch October 31, 2025 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant