From 22cd3201942e99c5a1dfc179d4367a74fa5e5964 Mon Sep 17 00:00:00 2001 From: billythedummy Date: Mon, 11 Dec 2023 12:50:14 +0800 Subject: [PATCH] add changelog, fix category slug --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..881322a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.0.0] - 2023-12-11 + +Initial release diff --git a/Cargo.toml b/Cargo.toml index a45fc79..08fcea5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/igneous-labs/solana-readonly-account.git" readme = "README.md" keywords = ["sanctum", "solana", "account", "generics"] -categories = ["Rust patterns"] +categories = ["rust-patterns"] include = ["/src", "/README.md"]