chore: v1.2.0

This commit is contained in:
Aleksey Kulikov 2022-07-15 13:23:22 +03:00
parent a41fc55099
commit 07e83a1f41
3 changed files with 22 additions and 2 deletions

View file

@ -1,3 +1,23 @@
## 1.2.0
- feat: upgrade libgit2 to 1.5.0
- feat: add ability to pass checkout options to `reset(...)` API method
- feat: add ability to pass options to `prune(...)` Worktree API method
- feat: add ability to pass options to `Merge.fileFromIndex(...)` API method
- feat: add ability to pass options to `addAll(...)` Index API method
- feat: add ability to pass options to `revert(...)` and `revertTo(...)` Commit API methods:
- select parent to revert to for merge commits
- merge options
- checkout options
- chore: upgrade dependencies
## 1.1.2
- fix: lookup library in Flutter's .pub_cache folder

View file

@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'libgit2dart'
s.version = '1.1.2'
s.version = '1.2.0'
s.summary = 'Dart bindings to libgit2.'
s.description = <<-DESC
Dart bindings to libgit2.

View file

@ -2,7 +2,7 @@ name: libgit2dart
description: Dart bindings to libgit2, provides ability to use libgit2 library in Dart and Flutter.
version: 1.1.2
version: 1.2.0
homepage: https://github.com/SkinnyMind/libgit2dart