Skip to content

Commit

Permalink
chore(main): release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
philipcristiano committed Jul 15, 2024
1 parent 7e5d325 commit a51fc41
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## [0.1.4](https://github.com/philipcristiano/nomad-events-logger/compare/v0.1.3...v0.1.4) (2024-07-15)


### Bug Fixes

* **deps:** update rust crate bytes to v1.6.1 ([ffbe97d](https://github.com/philipcristiano/nomad-events-logger/commit/ffbe97dbaed6f07aacf34ec8ebe9fde3b008b02e))
* **deps:** update rust crate clap to v4.5.5 ([9b58da1](https://github.com/philipcristiano/nomad-events-logger/commit/9b58da16e6f3a261e76828f34b957335b58622d1))
* **deps:** update rust crate clap to v4.5.6 ([d532918](https://github.com/philipcristiano/nomad-events-logger/commit/d5329182c47003ec0b963a1f760e3ae878c98985))
* **deps:** update rust crate clap to v4.5.7 ([e4e0e0c](https://github.com/philipcristiano/nomad-events-logger/commit/e4e0e0c5fe72862015899c026903a63c0eb01ca6))
* **deps:** update rust crate clap to v4.5.8 ([edd46ad](https://github.com/philipcristiano/nomad-events-logger/commit/edd46ad158c7f42cf8b9c3655ea89886a693c8fd))
* **deps:** update rust crate clap to v4.5.9 ([5d4e896](https://github.com/philipcristiano/nomad-events-logger/commit/5d4e896dd814d9abb066e8bf741df8b1464f33cd))
* **deps:** update rust crate serde_json to 1.0.116 ([e771569](https://github.com/philipcristiano/nomad-events-logger/commit/e77156917f33686c17326c6195e0d6f4647f6771))
* **deps:** update rust crate serde_json to v1.0.117 ([efbb93c](https://github.com/philipcristiano/nomad-events-logger/commit/efbb93c02e576dada4a081a42f9f0ac2ccb2a7f2))
* **deps:** update rust crate serde_json to v1.0.118 ([9947966](https://github.com/philipcristiano/nomad-events-logger/commit/9947966f0a39dfad2eda612e43da70a462e25b8e))
* **deps:** update rust crate serde_json to v1.0.119 ([9203805](https://github.com/philipcristiano/nomad-events-logger/commit/920380534fe8bea866fc1f8bcf532819dff17c58))
* **deps:** update rust crate serde_json to v1.0.120 ([2fa4421](https://github.com/philipcristiano/nomad-events-logger/commit/2fa4421588e6607aa9b241fcf97f11deb5267947))
* **deps:** update rust crate tokio to 1.37.0 ([3275cbd](https://github.com/philipcristiano/nomad-events-logger/commit/3275cbd8b38909ca717e40d3fd6634d296f743fa))
* **deps:** update rust crate tokio to v1.38.0 ([f6c437f](https://github.com/philipcristiano/nomad-events-logger/commit/f6c437fc3f83222199c9f8bdc814f79563cd5c35))
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 = "nomad_events_logger"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
description = "Log events from the Nomad API"
license = "Apache-2.0"
Expand Down

0 comments on commit a51fc41

Please sign in to comment.