Skip to content

Tags: z0r3f/wordbot

Tags

0.4.11

Toggle 0.4.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump time from 0.3.41 to 0.3.47 (#32)

Bumps [time](https://github.com/time-rs/time) from 0.3.41 to 0.3.47.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.41...v0.3.47)

---
updated-dependencies:
- dependency-name: time
  dependency-version: 0.3.47
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

0.4.10

Toggle 0.4.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump bytes from 1.10.1 to 1.11.1 (#31)

* chore(deps): bump bytes from 1.10.1 to 1.11.1

Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.10.1 to 1.11.1.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.10.1...v1.11.1)

---
updated-dependencies:
- dependency-name: bytes
  dependency-version: 1.11.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update dependencies and test enhancements

- Upgraded `tokio`, `reqwest`, `serde`, `log`, and other dependencies to their latest versions in `Cargo.toml` and `Cargo.lock`.
- Updated builder and runtime images in `Dockerfile` to use Rust version `1.93.0`.
- Refined `urban.rs` test for enhanced API response validation, logging, and consistent assertion checks.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fernando Ocaña <42670787+z0r3f@users.noreply.github.com>

0.4.9

Toggle 0.4.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: improve logging and fix definition formatting (#30)

* fix: escape hyphen in definitions for consistency

* fix: improve logging with formatted message details

Added `LogFormat` trait for enhanced logging of incoming messages, including chat ID, username, and message text, for better traceability.

* fix: escape hyphen in expected outputs for consistency

* fix: update dependencies to latest versions

Upgraded `tokio`, `reqwest`, `serde`, `serde_json`, and other linked dependencies in `Cargo.toml` and `Cargo.lock` to ensure compatibility and incorporate latest improvements. Removed unused dependencies.

0.4.8

Toggle 0.4.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: escape parentheses in definitions for consistency (#29)

0.4.7

Toggle 0.4.7's commit message
fix: extend sanitize logic to cover additional special characters

Updated the sanitization function to escape new characters (`~`, `` ` ``) and ensured all user input is sanitized in message construction.

0.4.6

Toggle 0.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: set stricter build and test conditions in pipeline

0.4.5

Toggle 0.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: corrected ci (#26)

* fix: corrected ci

* Update dependencies in Cargo.toml and Cargo.lock

This commit upgrades various dependencies to their latest versions, including `teloxide`, `tokio`, `reqwest`, `serde`, and many others. It ensures compatibility with updated libraries and improves maintainability by staying up-to-date with ecosystem changes.

0.4.4

Toggle 0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: corrected tests (#25)

* fix: corrected tests
* chore: improve ci

0.4.3

Toggle 0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump mio from 0.8.10 to 0.8.11 (#19)

* chore(deps): bump mio from 0.8.10 to 0.8.11

Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.10 to 0.8.11.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/mio@v0.8.10...v0.8.11)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: version update

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fernando Ocaña <42670787+z0r3f@users.noreply.github.com>

0.4.2

Toggle 0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: escape `.` character in help command (#18)