Skip to content

Commit

Permalink
Release 0.102.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed May 9, 2016
1 parent 0b50f8e commit ff7abdf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
x.x.x Release notes (yyyy-MM-dd)
0.102.0 Release notes (2016-05-09)
=============================================================

### API breaking changes
Expand All @@ -10,6 +10,10 @@ x.x.x Release notes (yyyy-MM-dd)
* Add a method to rename properties during migrations:
* Swift: `Migration.renamePropertyForClass(_:oldName:newName:)`
* Objective-C: `-[RLMMigration renamePropertyForClass:oldName:newName:]`
* Add `deleteRealmIfMigrationNeeded` to
`RLMRealmConfiguration`/`Realm.Configuration`. When this is set to `true`,
the Realm file will be automatically deleted and recreated when there is a
schema mismatch rather than migrated to the new schema.

### Bugfixes

Expand Down
4 changes: 2 additions & 2 deletions Realm/Realm-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.101.0</string>
<string>0.102.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.101.0</string>
<string>0.102.0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014 Realm. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit ff7abdf

Please sign in to comment.