# 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). ## v0.1.1 (2021-10-19) ### New Features - provide new add four function The main binary was also updated to reference and use the new functions. - provide add three function New function to add 3 to a given integer. - rename crate to add-lib ### Commit Statistics - 5 commits contributed to the release. - 5 commits where understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' where seen in commit messages ### Commit Details
view details * **Uncategorized** - provide new add four function ([`4dbc470`](https://github.com/git//jacderida/workspace-release-exp.git/commit/4dbc4708a15c05a90e0edb3dcedf929c350f8edc)) - add first changelogs ([`68b4ce7`](https://github.com/git//jacderida/workspace-release-exp.git/commit/68b4ce7989c7998ccd57b6abdae0f37d2e2083f9)) - provide add three function ([`1a9e9df`](https://github.com/git//jacderida/workspace-release-exp.git/commit/1a9e9dff6d52c4293db296c6d5338971dc4b250f)) - provide publishing metadata ([`67dc658`](https://github.com/git//jacderida/workspace-release-exp.git/commit/67dc658eee8abfead34814608d91746ac01e902b)) - rename crate to add-lib ([`9aecbb2`](https://github.com/git//jacderida/workspace-release-exp.git/commit/9aecbb2e6a641e50fb1c97bfbc3fbca200dee7cb))
## v0.1.0 (2021-10-19) ### New Features - provide add three function New function to add 3 to a given integer. - rename crate to add-lib