Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Commit

Permalink
chore: prepare to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
SkinnyMind committed May 5, 2022
1 parent 64f6a47 commit 5dfedad
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 1.0.0

- Initial release.
3 changes: 3 additions & 0 deletions lib/libgit2dart.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/// Dart bindings to libgit2.
library libgit2dart;

export 'src/annotated.dart';
export 'src/blame.dart';
export 'src/blob.dart';
Expand Down
2 changes: 1 addition & 1 deletion macos/libgit2dart.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'libgit2dart'
s.version = '0.0.1'
s.version = '1.0.0'
s.summary = 'Dart bindings to libgit2.'
s.description = <<-DESC
Dart bindings to libgit2.
Expand Down
8 changes: 6 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: libgit2dart
description: Dart bindings to libgit2
version: 0.0.1

description: Dart bindings to libgit2.

version: 1.0.0

homepage: https://github.com/SkinnyMind/libgit2dart

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down

0 comments on commit 5dfedad

Please sign in to comment.