-
Notifications
You must be signed in to change notification settings - Fork 48
chore: bump version to 1.1.2 #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Updated version from 1.1.1 to 1.1.2 with the following changes: - Feature: Update app icon with single high-resolution asset for better display quality - Feature: Add feedback link to TestFlight release notes for easier user communication - Improvement: Set up GitHub Copilot instructions for enhanced development workflow 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR bumps the app version from 1.1.1 to 1.1.2 and documents the release changes for proper CI pipeline integration.
- Updated marketing version in configuration file
- Added comprehensive changelog entry with build number alignment
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| V2er/Config/Version.xcconfig | Updates MARKETING_VERSION from 1.1.1 to 1.1.2 |
| CHANGELOG.md | Adds v1.1.2 changelog entry with features and improvements |
V2er/Config/Version.xcconfig
Outdated
| MARKETING_VERSION = 1.1.2 | ||
|
|
||
| // VERSION_CODE - Internal build number (e.g., 29, 30, 31...) | ||
| CURRENT_PROJECT_VERSION = 31 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
44
CHANGELOG.md
Outdated
|
|
||
| All notable changes to V2er iOS app will be documented in this file. | ||
|
|
||
| ## v1.1.2 (Build 32) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
44
V2er/Config/Version.xcconfig
Outdated
| MARKETING_VERSION = 1.1.2 | ||
|
|
||
| // VERSION_CODE - Internal build number (e.g., 29, 30, 31...) | ||
| CURRENT_PROJECT_VERSION = 31 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
44
Code Coverage Report ❌Current coverage: 0% |
Updated build numbers in changelog to reflect actual CI build sequence: - v1.1.2: Build 44 (was 32) - v1.1.1: Build 43 (was 31) - Added feed filter feature to v1.1.2 changelog - Removed Copilot instructions entry (already in v1.1.1) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Code Coverage Report ❌Current coverage: 0% |
Synchronized CURRENT_PROJECT_VERSION with CI build sequence to match changelog. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| 1. Feature: Add feed filter menu with Reddit-style dropdown for better content filtering | ||
| 1. Feature: Update app icon with single high-resolution asset for better display quality | ||
| 2. Feature: Add feedback link to TestFlight release notes for easier user communication | ||
|
|
Copilot
AI
Oct 10, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate feature entry found. The feed filter menu feature is already documented in v1.1.1 (Build 43) at line 11. This should be removed from the v1.1.2 changelog as it represents an existing feature, not a new one.
| 1. Feature: Add feed filter menu with Reddit-style dropdown for better content filtering | |
| 1. Feature: Update app icon with single high-resolution asset for better display quality | |
| 2. Feature: Add feedback link to TestFlight release notes for easier user communication | |
| 1. Feature: Update app icon with single high-resolution asset for better display quality | |
| 2. Feature: Add feedback link to TestFlight release notes for easier user communication |
Code Coverage Report ❌Current coverage: 0% |
Summary
This PR bumps the app version from 1.1.1 to 1.1.2 with the following updates:
Changes
MARKETING_VERSIONinV2er/Config/Version.xcconfigfrom 1.1.1 to 1.1.2CHANGELOG.mdRelease Process
Once merged, the CI pipeline will:
🤖 Generated with Claude Code