magik-server
Version:
A simple HTTP development server with some nice magik.
43 lines (29 loc) • 1.1 kB
Markdown
# Changelog
Document all changes to this project below using the following headings:
- Added
for new features.
- Changed
for changes in existing functionality.
- Deprecated
for soon-to-be removed features.
- Fixed
for any bug fixes.
- Removed
for now removed features.
- Security
in case of vulnerabilities.
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).
Make sure to add a link to the Pull Request and/or issue number (if applicable)
-------------------------------------------------------------------------------
<a name="unreleased"></a>
## [Unreleased]
### Added
- `CHANGELOG.md` file
- adds version script
-------------------------------------------------------------------------------
<a name="0.1.2"></a>
## [0.1.2](https://github.com/magikMaker/magik-server/releases/tag/0.1.2) - 2025-04-04
### Changed
- complete codebase has been refactord to (more) modern standards
-------------------------------------------------------------------------------