Skip to content

Commit

Permalink
Added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
halvardssm committed Apr 29, 2024
1 parent ccab034 commit 1f0ab8e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# 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.1.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- feat(http): added package
- feat(http/header): added IANA HTTP headers
- feat(http/method): added IANA HTTP methods
- feat(crypto): added package
- feat(http/hash): added argon2 hash
- feat(http/hash): added bcrypt hash

## [0.0.2] - 2024-04-28

### Added

- chore(core): added documentation

## [0.0.1] - 2024-04-28

### Added

- feat(core): implemented initial codebase
- feat(encoding): added package
- feat(encoding/hex): added hexdump
Empty file removed RELEASES.md
Empty file.

0 comments on commit 1f0ab8e

Please sign in to comment.