Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Commit c5403c8

Browse files
authored
Prepare release with topics (#148)
1 parent 77491f5 commit c5403c8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 3.0.3-dev
1+
## 3.0.3
22

33
* Require Dart 2.19.0.
4+
* Add topics to `pubspec.yaml`.
45

56
## 3.0.2
67

pubspec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: crypto
2-
version: 3.0.3-dev
2+
version: 3.0.3
33
description: Implementations of SHA, MD5, and HMAC cryptographic functions.
44
repository: https://github.com/dart-lang/crypto
5+
topics:
6+
- crypto
57

68
environment:
79
sdk: '>=2.19.0 <3.0.0'

0 commit comments

Comments
 (0)