Skip to content

Commit

Permalink
Bump version numbers and update according CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonygelibert committed Sep 4, 2020
1 parent 38afb3f commit b262347
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

Nothing

## [3.0.1] — 2020-09-04

### Added

- `bazel` support.

### Changed

- CHANGELOG follow "Keep a Changelog".
- `CHANGELOG.md` follows "Keep a Changelog".

### Removed

Expand Down
8 changes: 4 additions & 4 deletions QLColorCode.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,9 @@
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = "3.0.1+dev1";
CURRENT_PROJECT_VERSION = 3.0.1;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = "3.0.1+dev1";
MARKETING_VERSION = 3.0.1;
OTHER_CFLAGS = "-DDEBUG";
};
name = Debug;
Expand All @@ -298,9 +298,9 @@
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = "3.0.1+dev1";
CURRENT_PROJECT_VERSION = 3.0.1;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = "3.0.1+dev1";
MARKETING_VERSION = 3.0.1;
};
name = Release;
};
Expand Down

0 comments on commit b262347

Please sign in to comment.