Prepare `package:meta` for publish

This makes the `@RecordUse` annotation available. Also pull in the latest package:native rev for keeping usage recording synced.

Change-Id: Iedc01bf309ae36eb803a281595c8e69eeb923da7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/385422
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Daco Harkes <dacoharkes@google.com>
Commit-Queue: Moritz Sümmermann <mosum@google.com>
diff --git a/DEPS b/DEPS
index 44dbd44..1f2ca3a 100644
--- a/DEPS
+++ b/DEPS
@@ -163,7 +163,7 @@
   "matcher_rev": "d6d573d0f8d65b36550ce62aad3ce6b5e987b642",
   "material_color_utilities_rev": "799b6ba2f3f1c28c67cc7e0b4f18e0c7d7f3c03e",
   "mockito_rev": "d0fda0ce7883fed0238be9c3698fed0c3632c3e3",
-  "native_rev": "c15b4b0187179dc73bc20a4125c501f0f7d9fbf7", # dart-native-interop-team@ is rolling breaking changes manually while the assets features are in experimental.
+  "native_rev": "20f8160b54b9b209390d51b6e3edec4ab0c65009", # dart-native-interop-team@ is rolling breaking changes manually while the assets features are in experimental.
   "package_config_rev": "76934c2ca25922ec72909bbff7dfbddaf0d02bd9",
   "path_rev": "e969f42ed112dd702a9453beb9df6c12ae2d3805",
   "pool_rev": "924fb04353cec915d927f9f1aed88e2eda92b98a",
diff --git a/pkg/meta/CHANGELOG.md b/pkg/meta/CHANGELOG.md
index 2ea6e18..5b712fe 100644
--- a/pkg/meta/CHANGELOG.md
+++ b/pkg/meta/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 1.16.0-dev
+## 1.16.0
 
 - Add `TargetKind`s to a few annotations to match custom-wired behavior that the
   Dart analyzer has been providing:
diff --git a/pkg/meta/pubspec.yaml b/pkg/meta/pubspec.yaml
index bca6dc0..9addf511 100644
--- a/pkg/meta/pubspec.yaml
+++ b/pkg/meta/pubspec.yaml
@@ -1,7 +1,7 @@
 name: meta
 # Note, because version `2.0.0` was mistakenly released,
 # the next major version must be `3.x.y`.
-version: 1.16.0-dev
+version: 1.16.0
 description: >-
  Annotations used to express developer intentions that can't otherwise be
  deduced by statically analyzing source code.