[jnigen] 0.2.1 (https://github.com/dart-lang/jnigen/issues/175)

Add `.clang-format` to pub.
diff --git a/pkgs/jni/CHANGELOG.md b/pkgs/jni/CHANGELOG.md
index 8b4b98e..8021bb1 100644
--- a/pkgs/jni/CHANGELOG.md
+++ b/pkgs/jni/CHANGELOG.md
@@ -1,3 +1,6 @@
+## 0.2.1
+* Added `.clang-format` to pub.
+
 ## 0.2.0
 * Added array support
 * Added generic support
diff --git a/pkgs/jni/pubspec.yaml b/pkgs/jni/pubspec.yaml
index 9a08b37..a0c8b56 100644
--- a/pkgs/jni/pubspec.yaml
+++ b/pkgs/jni/pubspec.yaml
@@ -1,6 +1,6 @@
 name: jni
 description: Library to access JNI from dart and flutter
-version: 0.2.0
+version: 0.2.1
 repository: https://github.com/dart-lang/jnigen/tree/main/jni
 
 environment:
diff --git a/pkgs/jni/src/.gitignore b/pkgs/jni/src/.gitignore
index 2270743..cf9756b 100644
--- a/pkgs/jni/src/.gitignore
+++ b/pkgs/jni/src/.gitignore
@@ -5,4 +5,4 @@
 CMakeCache.txt
 .cache
 compile_commands.json
-
+!.clang-format