mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 12:19:09 -04:00
chore: v1.1.0
This commit is contained in:
parent
ae2aef5e2e
commit
4aea9a306a
3 changed files with 14 additions and 2 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,3 +1,15 @@
|
|||
## 1.1.0
|
||||
|
||||
- feat: add ability to get and set libgit2 global options
|
||||
|
||||
- feat: upgrade Flutter version constraints to `>=3.0.0`
|
||||
|
||||
- feat: add ability to remove entries in index with `resetDefault(...)` method
|
||||
|
||||
- feat: add ability to compare objects (value based equality).
|
||||
|
||||
Note: comparison of Repository objects have naive implementation. Comparison is based on repository path, and previously loaded into memory index, odb, etc. might be different. Use with caution.
|
||||
|
||||
## 1.0.0
|
||||
|
||||
- Initial release.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'libgit2dart'
|
||||
s.version = '1.0.0'
|
||||
s.version = '1.1.0'
|
||||
s.summary = 'Dart bindings to libgit2.'
|
||||
s.description = <<-DESC
|
||||
Dart bindings to libgit2.
|
||||
|
|
|
@ -2,7 +2,7 @@ name: libgit2dart
|
|||
|
||||
description: Dart bindings to libgit2, provides ability to use libgit2 library in Dart and Flutter.
|
||||
|
||||
version: 1.0.0
|
||||
version: 1.1.0
|
||||
|
||||
homepage: https://github.com/SkinnyMind/libgit2dart
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue