Skip to content

Commit

Permalink
Merge pull request #25 from onomondo/release-please--branches--master…
Browse files Browse the repository at this point in the history
…--components--onomondo-softsim-cli

chore(master): release 0.2.0
  • Loading branch information
peterbornerup authored Sep 19, 2023
2 parents 351ba84 + c8dc589 commit 94c7556
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.2.0](https://github.com/onomondo/onomondo-softsim-cli/compare/v0.1.1...v0.2.0) (2023-09-18)


### Features

* 🎸 Add proper-ish err handling ([be429ac](https://github.com/onomondo/onomondo-softsim-cli/commit/be429accf77d4de12af841defc656a0f306db94a))
* add cli version string to query param ([756e5bd](https://github.com/onomondo/onomondo-softsim-cli/commit/756e5bdac35bf319b7b8e5b5e7b6f6e3905dba97))
* add imsi and iccid encoding ([cfd693e](https://github.com/onomondo/onomondo-softsim-cli/commit/cfd693ebcfd040945e75625548ae3167086706fb))
* add support for json export format ([820e315](https://github.com/onomondo/onomondo-softsim-cli/commit/820e31598dc732550ebdca7309abad474258e6d5))
* use hex encoder ([c205568](https://github.com/onomondo/onomondo-softsim-cli/commit/c205568152b7d1032b6377e9710118904d34da41))


### Bug Fixes

* **encoder:** wrong KIC KID indicator ([a3a70e9](https://github.com/onomondo/onomondo-softsim-cli/commit/a3a70e9ee186129ab1f3c39dce51de7a8d641ead))

## [0.1.1](https://github.com/onomondo/SoftSIM-CLI/compare/v0.1.0...v0.1.1) (2023-08-31)


Expand Down
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 = "ss_cli"
version = "0.1.1"
version = "0.2.0"
edition = "2021"

debug = true
Expand Down

0 comments on commit 94c7556

Please sign in to comment.