Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎉 release v1.1.1 #1015

Merged
merged 1 commit into from
Mar 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
442 changes: 0 additions & 442 deletions CHANGELOG.md

This file was deleted.

5 changes: 4 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
* @meain @Peltoche @zwpaper
* @zwpaper

# Retired
# @meain @Peltoche
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
name = "lsd"
readme = "./README.md"
repository = "https://github.com/lsd-rs/lsd"
version = "1.0.0"
version = "1.1.1"
edition = "2021"
rust-version = "1.74"

Expand Down
4 changes: 4 additions & 0 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# See the OWNERS docs at https://go.k8s.io/owners

approvers:
- zwpaper
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
**IMPORTANT**: This is the development documents,
please check the docs in [Tags](https://github.com/lsd-rs/lsd/tags) if you installed from the released ones.

The current newest release is: [v1.0.0](https://github.com/lsd-rs/lsd/tree/v1.0.0)
The current newest release is: [v1.1.1](https://github.com/lsd-rs/lsd/tree/v1.1.1)

---

Expand Down
4 changes: 2 additions & 2 deletions lsd.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: lsd
Version: 1.0.0
Version: 1.1.1
Release: 1%{?dist}
Summary: The next gen ls command

Expand All @@ -13,7 +13,7 @@ BuildRequires: cargo
%description
This project is a rewrite of GNU ls with lots of added features like colors, icons, tree-view, more formatting options etc. The project is heavily inspired by the super colorls project.

%global debug_package %{nil}
%global debug_package %{nil}

%prep
%setup -q
Expand Down
Loading