Commit Graph

153 Commits (6db64cf050f0425d059d5c8bf3dfd9fdd98d9976)

Author SHA1 Message Date
Martin Nordholts dc7d5a862f release-checklist.md: Don't recommend `--allow-dirty` to cargo publish
Using `--allow-dirty` increases the risk of the published code not being
versioned properly in git.
2 years ago
Martin Nordholts 4789c71a37 release-checklist.md: Recommend looking at the tip of master for `-h` and `man` 2 years ago
Martin Nordholts be99b759d3 release-checklist.md: Recommend `--locked` for `cargo install`
So that the command will not fail if you are using the MSRV toolchain
and the latest version of a dependency happens to have a higher MSRV
than we do.
2 years ago
Martin Nordholts 5f7ae6b277 release-checklist.md: Recommend a single git grep command for MSRV
That filters out irrelevant hits in CHANGELOG.md and tests/.
2 years ago
Martin Nordholts 719248f1c1
Simplify release-checklist.md by printing `-h`, `--help` and `man` in CI (#2183)
* Simplify release-checklist.md by printing `-h`, `--help` and `man` in CI

Note that we run `find . -name bat.1` before we run anything with
`--all-features`, because `--all-features` is considered a separate
target, and so we will get a different (but identical) `bat.1`. For
example, we might have these:

    ./target/debug/build/bat-218e9538b4996215/out/assets/manual/bat.1
    ./target/debug/build/bat-89d6f56802af023f/out/assets/manual/bat.1

By showing the man page earlier, there is only one `bat.1` to pick from.

* Use plain `man $(find . -name bat.1)`
2 years ago
Martin Nordholts 7be9485c36 release-checklist: Remind where to push tags in forks 3 years ago
Martin Nordholts 448bfaf748 Prepare a "unreleased" section at the top of `CHANGELOG.md` 3 years ago
Martin Nordholts 671fc952bc release-checklist.md: Add tip on how to review the man page 3 years ago
Martin Nordholts 8e8c350391 release-checklist.md: Remove '## Dependencies' 3 years ago
yuuji.yaginuma 36093dd3bc Fix a repology badge in READMEs
`https://repology.org/project/bat/` doesn't exist now.
3 years ago
David Peter f2166ec6ec
Add additional note to sponsors.md 3 years ago
Keith Hall 478712be38 make further improvements to docs relating to sponsors 3 years ago
Keith Hall d5d2fc4016 create separate sponsors.md file 3 years ago
Keith Hall f340893a21 Add WorkOS sponsor to readme 3 years ago
klemens 9287cf6b0b small typos, should not interrupt anything 3 years ago
Martin Nordholts 53fb0baa06 doc/README-ja.md: Update MSRV 3 years ago
Martin Nordholts 743c4ccb17 doc/release-checklist.md: Tweak 3 years ago
Mahdi Dibaiee 6dc621ec18 Set minimum supported rust version to 1.51 3 years ago
D3ara1n a5234105e5
Add a README-zh.md as the Chinese version of README.md (#1970)
Add README-zh.md to replace the outdated one. Also fix url ref.
3 years ago
Martin Nordholts 4236fa97cb release-checklist.md: Update `cargo outdated` section with link and arg 3 years ago
David Peter 1822c981da Move comparison.sh benchmark script to documentation 3 years ago
i-ky aed4ea144f
Sync README header across translations (#1905)
* Fix links in Russian translation.
* Simplify links in Korean translation.
* Fix build status badge in Japanese and Russian translations.
* Add link from Japanese to Russian translation.
* Add line break between "topics" row and "translations" row.
* Remove "translations" from translations row in Japanese and Russian.
* Add consistent spacing between translation links.
* Add backreferences to English README.
* Remove self references.
* Split translations row across multiple lines for easier maintenance.

Co-authored-by: David Peter <sharkdp@users.noreply.github.com>
3 years ago
Ikko Ashimine 10288e309e Add Русский link 3 years ago
mac.mini ebdb00d4fc add security vulnerabilities in ko doc 3 years ago
USER 8f6a0cd9e2 update Korean readme 3 years ago
Martin Nordholts 418fce5683 Bump MSRV to 1.46
See #1874 and #1872.
3 years ago
Kevin John Mulligan 156dec2737 Add context to .ino configuration
This allows a user to search the README or the entire repository for "Arduino" to find the necessary configuration.
3 years ago
Martin Nordholts 12dfbdc400
doc/release-checklist.md: Recommend git push origin tag vX.Y.Z (#1815) 3 years ago
Martin Nordholts b3247d9364 Merge the v0.18.3 hotfix release into master
The v0.18.3 release was a hotfix release to make bat build again with Rust 1.54.
This merge commit brings in all changes from the hotfix release into the master
branch.

In practice, this only brings in one new commit, namely b146958ec. The other
three commits in the release were cherry-picks from master.
3 years ago
Martin Nordholts b146958ecb Bump version to v0.18.3 3 years ago
David Peter 11bd523f7e Remove post-release section 3 years ago
David Peter 01fbedc246 Formatting 3 years ago
David Peter 05e4e1f2f2 Add refined version of release checklist 3 years ago
David Peter 20223ad77c Add old release checklist 3 years ago
a1346054 51edacb5eb style: trim excess whitespace 3 years ago
Ville Skyttä 43e1a11ad8 Make Package Control reference a link 3 years ago
Keith Hall 6d5ff671e7 Add HTTP Request/Response syntax as a git submodule 3 years ago
David Peter a4b674902f Bump version to v0.18.2 3 years ago
Ryooooooga 07d4179274 ja: add section about integration with fzf
ref: c569774e1a
3 years ago
Ryooooooga 1439dde265 ja: fix typo 3 years ago
Jaeho Lee 170badfdd1
Fix broken img link 3 years ago
Jaeho Lee 978b9adc56
Update and polish Korean translation
- Fix Korean grammar
- Show original English words that can improve comprehensiveness side-by-side
- Reflect the updated README
- Fix broken links
- Other miscellaneous improvements
3 years ago
David Peter 73dab51ad1 Bump version, update dependencies 3 years ago
Sean Wei db57454f3f Update copyright year 3 years ago
David Peter 52f84b063c Update dependencies, MSRV: 1.45 3 years ago
David Peter cfc505e1e5 Bump version to v0.18.0 4 years ago
David Peter 149a0177cd
Update number of syntaxes 4 years ago
David Peter 22924532d0
Fix link in doc/assets.md 4 years ago
mark chaitin de6cb75f4b Addressed PR feedback. Upped min version and used matches! macro 4 years ago
sharkdp 8c0dcf3b57 Update syntax test instructions 4 years ago