Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kitabisa/jwe-wasm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9f653ffd0531cf554f971bf9ab918e1164ba543e
Choose a base ref
..
head repository: kitabisa/jwe-wasm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: be96be420988364be716c6bfc153f37b7b584e74
Choose a head ref
Showing with 14 additions and 2 deletions.
  1. +12 −0 CHANGELOG.md
  2. +1 −1 Cargo.lock
  3. +1 −1 Cargo.toml
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.0](https://github.com/kitabisa/jwe-wasm/compare/v0.1.0...v0.2.0) (2024-09-05)


### Features

* initial commit ([05b1431](https://github.com/kitabisa/jwe-wasm/commit/05b1431dfc48e84be00ef5f75bb2def53e51ea03))


### Bug Fixes

* bump version ([ca4f35d](https://github.com/kitabisa/jwe-wasm/commit/ca4f35d90e2ecf46c8a36e1c103c6e0c0676088a))

## 0.1.0 (2024-09-05)


2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jwe-wasm"
version = "0.1.0"
version = "0.2.0"
authors = ["Ade Hery Shopyan <adeheryshopyan@gmail.com>"]
edition = "2021"