Skip to content

Commit

Permalink
chore(CHANGELOG): update for v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyamahunt committed Mar 27, 2022
1 parent 3ce1ac1 commit f57bd72
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## [0.6.0](https://github.com/DartBuild/cocoapods-embed-flutter/compare/v0.5.3...v0.6.0) (2022-03-27)


### 📚 Documentation

* **README:** add pub.dev limitation ([8f955f3](https://github.com/DartBuild/cocoapods-embed-flutter/commit/8f955f36519b1e5eeac89ffebd660a5f84f9983b))


### 🛠 Dependency

* bump cocoapods from 1.11.2 to 1.11.3 ([#4](https://github.com/DartBuild/cocoapods-embed-flutter/issues/4)) ([152737d](https://github.com/DartBuild/cocoapods-embed-flutter/commit/152737dd77852ef6937b5f458019e6535a426755))


### 💄 Styles

* add vscode extensions recommendation ([4f021fb](https://github.com/DartBuild/cocoapods-embed-flutter/commit/4f021fbfa75dd58d1257c43ea3d19cb68b8a19e6))


### 🚀 Features

* allow specifying different path for remote sources ([bc9c850](https://github.com/DartBuild/cocoapods-embed-flutter/commit/bc9c8509f90ef88248b56361794b6f8f1182a082))

### [0.5.3](https://github.com/DartBuild/cocoapods-embed-flutter/compare/v0.5.2...v0.5.3) (2022-03-18)


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cocoapods-embed-flutter (0.5.3)
cocoapods-embed-flutter (0.6.0)
cocoapods
fileutils
yaml
Expand Down
2 changes: 1 addition & 1 deletion example/ios_app/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
cocoapods-embed-flutter (0.5.3)
cocoapods-embed-flutter (0.6.0)
cocoapods
fileutils
yaml
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods-embed-flutter/gem_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
module CocoapodsEmbedFlutter
# The version of the cocoapods-embed-flutter.
#
VERSION = '0.5.3'.freeze
VERSION = '0.6.0'.freeze
end

0 comments on commit f57bd72

Please sign in to comment.