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 Feb 16, 2022
1 parent 6531aec commit d272ee1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.

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/proteinogenic/compare/v0.1.0...HEAD


## [v0.1.0] - 2020-01-15

[v0.1.0]: https://github.com/althonos/proteinogenic/compare/dfa86e6...v0.1.0

Initial release.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
repository = "https://github.com/fastobo/proteinogenic"
homepage = "https://github.com/fastobo/proteinogenic"
description = "Chemical structure generation for protein sequences as SMILES string"
keywords = ["protein", "amino acid", "cheminformatics", "smiles", "formula"]
keywords = ["protein", "aminoacid", "cheminformatics", "smiles", "formula"]
categories = ["science"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ let s = proteinogenic::smiles(residues);
```

This SMILES string can then be given in conjunction with cheminformatics toolkits,
for instance using OpenBabel to generate an SVG figure:
for instance using [OpenBabel](http://openbabel.org/wiki/Main_Page) to generate a PNG figure:

![Skeletal formula of divergicin 750](https://raw.github.com/althonos/proteinogenic/master/static/divergicin.png)

Expand Down

0 comments on commit d272ee1

Please sign in to comment.