Skip to content

Commit

Permalink
Added CHANGELOG.md (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad authored May 4, 2024
1 parent 04bebc2 commit fcdf0f1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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]

### Changed

- (lib) Updated dependencies. [(#25)](https://github.com/pythonbrad/afrim-js/pull/25)

### Fixed
- Fixed problem of returned string instead of JS values. [(#22)](https://github.com/pythonbrad/afrim-js/pull/22)

## [0.3.0] - 2024-03-24

### Added

- Implemented a JS binding for afrim [(#1)](https://github.com/pythonbrad/afrim-js/pull/1)

0 comments on commit fcdf0f1

Please sign in to comment.