mirror of
https://github.com/supleed2/omg-api.git
synced 2024-11-10 02:45:47 +00:00
Aadi Desai
40ebdf777d
Set up general project structure, [cargo.toml](Cargo.toml) and [license](LICENSE) Added [changelog](CHANGELOG.md) and reference in the [readme](README.md) Migrated source files from [omg](https://crates.io/crates/omg) crate
32 lines
732 B
Markdown
32 lines
732 B
Markdown
# 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).
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
|
|
### Changed
|
|
|
|
### Deprecated
|
|
|
|
### Removed
|
|
|
|
### Fixed
|
|
|
|
### Security
|
|
|
|
## 0.1.0 - 2023-05-08
|
|
|
|
### Added
|
|
|
|
- General project structure, [cargo.toml](Cargo.toml) and [license](LICENSE).
|
|
- Changelog file (this file) and reference in the [readme](README.md).
|
|
- Source files from [omg](https://crates.io/crates/omg) crate.
|
|
|
|
[unreleased]: https://github.com/supleed2/omg-api/compare/v0.1.0...HEAD
|
|
[0.1.0]: https://github.com/supleed2/omg-api/releases/tag/v0.1.0
|