Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Changelog update
  • Loading branch information
ssgutierrez42 committed Apr 11, 2022
commit 0d07e8019a896555ae8c53e0b45393a1974bdfec
12 changes: 2 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
## Main

##### Breaking

* None.
## 5.0.1

##### Enhancements

* None.

##### Bug Fixes

* None.
* Adds the ability to access a Node's `tag` during decoding. [Santiago Gutierrez](https://github.com/ssgutierrez42)

## 5.0.0

Expand Down
2 changes: 2 additions & 0 deletions Yams.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@
DYLIB_CURRENT_VERSION = 1;
ENABLE_TESTABILITY = YES;
INFOPLIST_FILE = Yams.xcodeproj/Yams_Info.plist;
MARKETING_VERSION = 5.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.jpsim.Yams;
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand All @@ -531,6 +532,7 @@
DYLIB_CURRENT_VERSION = 1;
ENABLE_TESTABILITY = YES;
INFOPLIST_FILE = Yams.xcodeproj/Yams_Info.plist;
MARKETING_VERSION = 5.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.jpsim.Yams;
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down