Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jan 15, 2022
1 parent 06de341 commit dfbb221
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
[Unreleased]: https://github.com/althonos/pubchem.rs/compare/7f3bb8b...HEAD
[Unreleased]: https://github.com/althonos/pubchem.rs/compare/v0.1.0...HEAD

## [v0.1.0] - 2021-01-15
[v0.1.0]: https://github.com/althonos/pubchem.rs/compare/7f3bb8b...v0.1.0

Initial release.
6 changes: 2 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//! [![Star me](https://img.shields.io/github/stars/althonos/pubchem.rs.svg?style=social&label=Star&maxAge=3600)](https://github.com/althonos/pubchem.rs/stargazers)
//!
//! *Rust data structures and parser for the [UniprotKB database(s)].*
//!
#![doc = include_str!("../README.md")]

extern crate form_urlencoded;
extern crate quick_xml;
extern crate thiserror;
Expand Down

0 comments on commit dfbb221

Please sign in to comment.