Skip to content

Commit 9193801

Browse files
committed
Added changelog 💡
1 parent 2e85bec commit 9193801

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
All changes to Mp3ID3Tagger will be documented in this file.
3+
4+
## [1.0.0](https://github.com/chicio/Mp3ID3Tagger/releases/tag/1.0.0)
5+
Release date: 2017-04-25.
6+
7+
#### Added
8+
- Initial release.

Mp3ID3Tagger.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
455E3503208B76D8008BD632 /* EmptyStringFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 455E3502208B76D8008BD632 /* EmptyStringFormatter.swift */; };
1717
455E3506208CBB69008BD632 /* OnlyNumberOrEmptyFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 455E3505208CBB69008BD632 /* OnlyNumberOrEmptyFormatter.swift */; };
1818
455E3508208CBF8B008BD632 /* YearFormatterOrEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 455E3507208CBF8B008BD632 /* YearFormatterOrEmpty.swift */; };
19+
456D9CE0208FCA6500BA7D2A /* CHANGELOG.md in Resources */ = {isa = PBXBuildFile; fileRef = 456D9CDF208FCA6500BA7D2A /* CHANGELOG.md */; };
1920
458EC1AB20854E640000B915 /* ID3TagReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 458EC1AA20854E640000B915 /* ID3TagReader.swift */; };
2021
458EC1AD20854E940000B915 /* ID3TagWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 458EC1AC20854E940000B915 /* ID3TagWriter.swift */; };
2122
458EC1B420854EEE0000B915 /* VersionField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 458EC1AF20854EED0000B915 /* VersionField.swift */; };
@@ -75,6 +76,7 @@
7576
455E3502208B76D8008BD632 /* EmptyStringFormatter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmptyStringFormatter.swift; sourceTree = "<group>"; };
7677
455E3505208CBB69008BD632 /* OnlyNumberOrEmptyFormatter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnlyNumberOrEmptyFormatter.swift; sourceTree = "<group>"; };
7778
455E3507208CBF8B008BD632 /* YearFormatterOrEmpty.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YearFormatterOrEmpty.swift; sourceTree = "<group>"; };
79+
456D9CDF208FCA6500BA7D2A /* CHANGELOG.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
7880
458EC1AA20854E640000B915 /* ID3TagReader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ID3TagReader.swift; sourceTree = "<group>"; };
7981
458EC1AC20854E940000B915 /* ID3TagWriter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ID3TagWriter.swift; sourceTree = "<group>"; };
8082
458EC1AF20854EED0000B915 /* VersionField.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VersionField.swift; sourceTree = "<group>"; };
@@ -161,6 +163,7 @@
161163
45325CB9206E9CFB0088B3E6 = {
162164
isa = PBXGroup;
163165
children = (
166+
456D9CDF208FCA6500BA7D2A /* CHANGELOG.md */,
164167
45BE74252087F90D004C7995 /* README.md */,
165168
45B4FFDE2083947C00ABEDC2 /* LICENSE.md */,
166169
45325CC4206E9CFB0088B3E6 /* Mp3ID3Tagger */,
@@ -440,6 +443,7 @@
440443
45BE74262087F90E004C7995 /* README.md in Resources */,
441444
45325CCA206E9CFB0088B3E6 /* Assets.xcassets in Resources */,
442445
45325CCD206E9CFB0088B3E6 /* Main.storyboard in Resources */,
446+
456D9CE0208FCA6500BA7D2A /* CHANGELOG.md in Resources */,
443447
);
444448
runOnlyForDeploymentPostprocessing = 0;
445449
};

0 commit comments

Comments
 (0)