Skip to content

Commit

Permalink
Merge pull request #4362 from weiznich/prepare/2.2.6
Browse files Browse the repository at this point in the history
Prepare to release diesel 2.2.6
  • Loading branch information
weiznich authored Dec 3, 2024
2 parents 5365506 + c880cea commit 7505a0b
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 15 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Thanks for your interest in contributing to Diesel! We very much look forward to
your suggestions, bug reports, and pull requests.

We run an active [Gitter
channel](https://gitter.im/diesel-rs/diesel) where you can ask Diesel-related questions and
We run an active [discussion forum](/~https://github.com/diesel-rs/diesel/discussions) where you can ask Diesel-related questions and
get help. Feel free to ask there before opening a GitHub issue or
pull request.

Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# A safe, extensible ORM and Query Builder for Rust

[![Build Status](/~https://github.com/diesel-rs/diesel/workflows/CI%20Tests/badge.svg)](/~https://github.com/diesel-rs/diesel/actions?query=workflow%3A%22CI+Tests%22+branch%3Amaster)
[![Gitter](https://badges.gitter.im/diesel-rs/diesel.svg)](https://gitter.im/diesel-rs/diesel?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Crates.io](https://img.shields.io/crates/v/diesel.svg)](https://crates.io/crates/diesel)

API Documentation: [latest release](https://docs.rs/diesel)[master branch](https://docs.diesel.rs/master/diesel/index.html)
Expand Down Expand Up @@ -36,10 +35,8 @@ Guides on more specific features are coming soon.
## Getting help

If you run into problems, Diesel has a very active Gitter room.
You can come ask for help at
[gitter.im/diesel-rs/diesel](https://gitter.im/diesel-rs/diesel).
For help with longer questions and discussion about the future of Diesel,
open a discussion on [GitHub Discussions](/~https://github.com/diesel-rs/diesel/discussions).
You can come ask for help at in our [GitHub Discussions](/~https://github.com/diesel-rs/diesel/discussions) forum.
This is also the right place to propose new features or show your applications.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion diesel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diesel"
version = "2.2.5"
version = "2.2.6"
license = "MIT OR Apache-2.0"
description = "A safe, extensible ORM and Query Builder for PostgreSQL, SQLite, and MySQL"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion diesel_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diesel_cli"
version = "2.2.5"
version = "2.2.6"
license = "MIT OR Apache-2.0"
description = "Provides the CLI for the Diesel crate"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion diesel_dynamic_schema/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diesel-dynamic-schema"
version = "0.2.2"
version = "0.2.3"
license = "MIT OR Apache-2.0"
edition = "2018"
autotests = false
Expand Down
1 change: 0 additions & 1 deletion diesel_dynamic_schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Query schemas not known at compile time with Diesel
===================================================

[![Build Status](https://travis-ci.org/diesel-rs/diesel.svg)](https://travis-ci.org/diesel-rs/diesel-dynamic-schema)
[![Gitter](https://badges.gitter.im/diesel-rs/diesel.svg)](https://gitter.im/diesel-rs/diesel?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

API Documentation: [latest release](https://docs.rs/diesel-dynamic-schema)

Expand Down
4 changes: 2 additions & 2 deletions diesel_dynamic_schema/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
//!
//! ## Getting help
//!
//! If you run into problems, Diesel has a very active Gitter room.
//! If you run into problems, Diesel has a very active discussion forum.
//! You can come ask for help at
//! [gitter.im/diesel-rs/diesel](https://gitter.im/diesel-rs/diesel)
//! [github.com/diesel-rs/diesel/discussions](https://github.com/diesel-rs/diesel/discussions)
// Built-in Lints
#![warn(missing_docs)]
Expand Down
4 changes: 2 additions & 2 deletions guide_drafts/trait_derives.md
Original file line number Diff line number Diff line change
Expand Up @@ -960,9 +960,9 @@ error[E0599]: no function or associated item named `belonging_to` found for type
Please check out other [official guides] and [docs]
for more information on using the Diesel framework.

If you have any questions, join our [gitter channel],
If you have any questions, join our [discussion forum],
the Diesel team is happy to help.

[official guides]: https://diesel.rs/guides/
[docs]: https://docs.diesel.rs
[gitter channel]: https://gitter.im/diesel-rs/diesel
[discussion forum]: https://github.com/diesel-rs/diesel/discussions

0 comments on commit 7505a0b

Please sign in to comment.