Skip to content

Commit 7505a0b

Browse files
authored
Merge pull request #4362 from weiznich/prepare/2.2.6
Prepare to release diesel 2.2.6
2 parents 5365506 + c880cea commit 7505a0b

File tree

8 files changed

+10
-15
lines changed

8 files changed

+10
-15
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Thanks for your interest in contributing to Diesel! We very much look forward to
44
your suggestions, bug reports, and pull requests.
55

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

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# A safe, extensible ORM and Query Builder for Rust
44

55
[![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)
6-
[![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)
76
[![Crates.io](https://img.shields.io/crates/v/diesel.svg)](https://crates.io/crates/diesel)
87

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

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

4441
## Usage
4542

diesel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diesel"
3-
version = "2.2.5"
3+
version = "2.2.6"
44
license = "MIT OR Apache-2.0"
55
description = "A safe, extensible ORM and Query Builder for PostgreSQL, SQLite, and MySQL"
66
readme = "README.md"

diesel_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diesel_cli"
3-
version = "2.2.5"
3+
version = "2.2.6"
44
license = "MIT OR Apache-2.0"
55
description = "Provides the CLI for the Diesel crate"
66
readme = "README.md"

diesel_dynamic_schema/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diesel-dynamic-schema"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
license = "MIT OR Apache-2.0"
55
edition = "2018"
66
autotests = false

diesel_dynamic_schema/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Query schemas not known at compile time with Diesel
44
===================================================
55

66
[![Build Status](https://travis-ci.org/diesel-rs/diesel.svg)](https://travis-ci.org/diesel-rs/diesel-dynamic-schema)
7-
[![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)
87

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

diesel_dynamic_schema/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
//!
7272
//! ## Getting help
7373
//!
74-
//! If you run into problems, Diesel has a very active Gitter room.
74+
//! If you run into problems, Diesel has a very active discussion forum.
7575
//! You can come ask for help at
76-
//! [gitter.im/diesel-rs/diesel](https://gitter.im/diesel-rs/diesel)
76+
//! [github.com/diesel-rs/diesel/discussions](https://github.com/diesel-rs/diesel/discussions)
7777
7878
// Built-in Lints
7979
#![warn(missing_docs)]

guide_drafts/trait_derives.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -960,9 +960,9 @@ error[E0599]: no function or associated item named `belonging_to` found for type
960960
Please check out other [official guides] and [docs]
961961
for more information on using the Diesel framework.
962962

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

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

0 commit comments

Comments
 (0)