diff --git a/CHANGELOG.md b/CHANGELOG.md index f3fdb668f..128b49a7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.0.0](https://github.com/TextureGroup/Texture/tree/3.0.0) (2020-07-15) + +[Full Changelog](https://github.com/TextureGroup/Texture/compare/3.0.0-rc.2...3.0.0) + +**Merged pull requests:** + +- Improve ThreeMigrationGuide.md [\#1878](https://github.com/TextureGroup/Texture/pull/1878) ([rogerluan](https://github.com/rogerluan)) +- Upgrade to Xcode 11.5 [\#1877](https://github.com/TextureGroup/Texture/pull/1877) ([garrettmoon](https://github.com/garrettmoon)) +- Renames AS\_EXTERN and ASViewController [\#1876](https://github.com/TextureGroup/Texture/pull/1876) ([garrettmoon](https://github.com/garrettmoon)) +- Add a 3.0 migration guide [\#1875](https://github.com/TextureGroup/Texture/pull/1875) ([garrettmoon](https://github.com/garrettmoon)) + ## [3.0.0-rc.2](https://github.com/TextureGroup/Texture/tree/3.0.0-rc.2) (2020-06-25) [Full Changelog](https://github.com/TextureGroup/Texture/compare/3.0.0-rc.1...3.0.0-rc.2) diff --git a/RELEASE.md b/RELEASE.md index 4826178a9..f7ea00e92 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -8,7 +8,7 @@ This document describes the process for a public Texture release. ### Process - Run `github_changelog_generator` in Texture project directory: `github_changelog_generator --token --user TextureGroup --project Texture`. To avoid hitting rate limit, the generator will replace the entire file with just the changes from this version – revert that giant deletion to get the entire new changelog. - Update `spec.version` within `Texture.podspec` and the `since-tag` and `future-release` fields in `.github_changelog_generator`. -- Create a new PR with the updated `Texture.podspec` and the newly generated changelog, add `#changelog` to the PR message so the CI will not prevent merging it. +- Create a new PR with the updated `Texture.podspec` and the newly generated changelog. - After merging in the PR, [create a new GitHub release](https://github.com/TextureGroup/Texture/releases/new). Use the generated changelog for the new release. - Push to Cocoapods with `pod trunk push` diff --git a/Texture.podspec b/Texture.podspec index 1b2d153e2..2df851974 100644 --- a/Texture.podspec +++ b/Texture.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'Texture' - spec.version = '3.0.0-rc.2' + spec.version = '3.0.0' spec.license = { :type => 'Apache 2', } spec.homepage = 'http://texturegroup.org' spec.authors = { 'Huy Nguyen' => 'hi@huynguyen.dev', 'Garrett Moon' => 'garrett@excitedpixel.com', 'Scott Goodson' => 'scottgoodson@gmail.com', 'Michael Schneider' => 'mischneider1@gmail.com', 'Adlai Holler' => 'adlai@icloud.com' }