diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e469a1b --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/Cargo.lock b/Cargo.lock index 4d118d9..f8575ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -644,7 +644,7 @@ dependencies = [ [[package]] name = "nomad_events_logger" -version = "0.1.3" +version = "0.1.4" dependencies = [ "bytes", "clap", diff --git a/Cargo.toml b/Cargo.toml index 731f361..912d883 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"