Skip to content

Commit

Permalink
Bump copypasta to 0.8.0
Browse files Browse the repository at this point in the history
This also applies all non-breaking semver updates.
  • Loading branch information
chrisduerr committed Jun 16, 2022
1 parent 9f02fb9 commit 4c171e7
Show file tree
Hide file tree
Showing 9 changed files with 246 additions and 179 deletions.
4 changes: 2 additions & 2 deletions .builds/freebsd.yml
Expand Up @@ -24,8 +24,8 @@ tasks:
cargo test
- oldstable: |
cd alacritty
rustup toolchain install --profile minimal 1.56.0
rustup default 1.56.0
rustup toolchain install --profile minimal 1.57.0
rustup default 1.57.0
cargo test
- clippy: |
cd alacritty
Expand Down
4 changes: 2 additions & 2 deletions .builds/linux.yml
Expand Up @@ -27,8 +27,8 @@ tasks:
cargo +nightly fmt -- --check
- oldstable: |
cd alacritty
rustup toolchain install --profile minimal 1.56.0
rustup default 1.56.0
rustup toolchain install --profile minimal 1.57.0
rustup default 1.57.0
cargo test
- clippy: |
cd alacritty
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
run: cargo test
- name: Oldstable
run: |
rustup default 1.56.0
rustup default 1.57.0
cargo test
- name: Clippy
run: |
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Packaging

- Minimum Rust version has been bumped to 1.56.0
- Minimum Rust version has been bumped to 1.57.0

### Added

Expand All @@ -19,7 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Support for OpenGL ES 2.0
- Escape sequence to set underline color (`CSI 58 : 2 : Ps : Ps : Ps m`/`CSI 58 : 5 : Ps m`)
- Escape sequence to reset underline color (`CSI 59 m`)
- Vi mode keybinding (z) to center view around vi mode cursor
- Vi mode keybinding (z) to center view around vi mode cursor

### Changed

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -42,7 +42,7 @@ and
[easy](https://github.com/alacritty/alacritty/issues?q=is%3Aopen+is%3Aissue+label%3A%22D+-+easy%22)
issues.

Please note that the minimum supported version of Alacritty is Rust 1.56.0. All patches are expected
Please note that the minimum supported version of Alacritty is Rust 1.57.0. All patches are expected
to work with the minimum supported version.

Since `alacritty_terminal`'s version always tracks the next release, make sure that the version is
Expand Down

0 comments on commit 4c171e7

Please sign in to comment.