7be9485c36
release-checklist: Remind where to push tags in forks
2022-02-27 15:25:41 +01:00
448bfaf748
Prepare a "unreleased" section at the top of CHANGELOG.md
2022-02-27 15:25:41 +01:00
671fc952bc
release-checklist.md: Add tip on how to review the man page
2022-02-27 07:39:22 +01:00
8e8c350391
release-checklist.md: Remove '## Dependencies'
2022-02-26 17:08:32 +01:00
36093dd3bc
Fix a repology badge in READMEs
...
`https://repology.org/project/bat/ ` doesn't exist now.
2022-02-26 13:54:02 +01:00
f2166ec6ec
Add additional note to sponsors.md
2022-02-09 21:57:52 +01:00
478712be38
make further improvements to docs relating to sponsors
2022-02-09 21:54:32 +01:00
d5d2fc4016
create separate sponsors.md file
2022-02-09 21:54:32 +01:00
f340893a21
Add WorkOS sponsor to readme
2022-02-09 21:54:32 +01:00
9287cf6b0b
small typos, should not interrupt anything
2022-01-09 12:59:01 +01:00
53fb0baa06
doc/README-ja.md: Update MSRV
2022-01-08 17:01:20 +01:00
743c4ccb17
doc/release-checklist.md: Tweak
2022-01-08 17:01:20 +01:00
6dc621ec18
Set minimum supported rust version to 1.51
2021-12-30 07:58:15 +01:00
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.
2021-12-05 20:18:38 +01:00
4236fa97cb
release-checklist.md: Update cargo outdated
section with link and arg
2021-12-03 09:17:32 +01:00
1822c981da
Move comparison.sh benchmark script to documentation
2021-11-23 08:14:49 +01:00
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 >
2021-10-17 21:15:23 +02:00
10288e309e
Add Русский link
2021-10-17 20:44:15 +02:00
ebdb00d4fc
add security vulnerabilities in ko doc
2021-10-16 21:05:02 +02:00
8f6a0cd9e2
update Korean readme
2021-10-10 10:24:04 +02:00
418fce5683
Bump MSRV to 1.46
...
See #1874 and #1872 .
2021-10-03 07:51:37 +02:00
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.
2021-09-07 20:21:12 +02:00
12dfbdc400
doc/release-checklist.md: Recommend git push origin tag vX.Y.Z ( #1815 )
2021-08-23 20:08:04 +02:00
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.
2021-08-22 19:22:20 +02:00
b146958ecb
Bump version to v0.18.3
2021-08-22 17:47:12 +02:00
11bd523f7e
Remove post-release section
2021-08-22 09:38:35 +02:00
01fbedc246
Formatting
2021-08-22 09:38:35 +02:00
05e4e1f2f2
Add refined version of release checklist
2021-08-22 09:38:35 +02:00
20223ad77c
Add old release checklist
2021-08-22 09:38:35 +02:00
51edacb5eb
style: trim excess whitespace
2021-08-21 23:07:37 +02:00
43e1a11ad8
Make Package Control reference a link
2021-08-19 07:21:32 +02:00
6d5ff671e7
Add HTTP Request/Response syntax as a git submodule
2021-07-29 21:36:16 +02:00
a4b674902f
Bump version to v0.18.2
2021-07-12 23:17:48 +02:00
07d4179274
ja: add section about integration with fzf
...
ref: c569774e1a
2021-05-24 22:12:43 +02:00
1439dde265
ja: fix typo
2021-05-24 22:12:43 +02:00
170badfdd1
Fix broken img link
2021-05-14 14:15:14 +00:00
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
2021-05-14 13:52:12 +00:00
73dab51ad1
Bump version, update dependencies
2021-05-12 22:55:25 +02:00
db57454f3f
Update copyright year
2021-03-10 19:37:21 +01:00
52f84b063c
Update dependencies, MSRV: 1.45
2021-03-07 15:33:37 +01:00
cfc505e1e5
Bump version to v0.18.0
2021-02-28 18:57:11 +01:00
149a0177cd
Update number of syntaxes
2021-01-10 16:12:46 +01:00
22924532d0
Fix link in doc/assets.md
2021-01-09 21:43:25 +01:00
de6cb75f4b
Addressed PR feedback. Upped min version and used matches! macro
2021-01-09 15:21:26 +01:00
8c0dcf3b57
Update syntax test instructions
2021-01-02 21:21:28 +01:00
962b3a78c0
Add step-by-step guide to add syntax tests, see #1211
2021-01-02 10:21:02 +01:00
1a04dcf10f
Add Lean.sublime-syntax.
...
Covers syntax for Lean 3, an interactive theorem prover
at https://leanprover-community.github.io/ whose users
mostly use VSCode.
2021-01-02 09:45:19 +01:00
6d0e7650c3
Add .resource extension for Robot Framework
2020-12-29 09:04:34 +01:00
6d981498d8
Bump version to 0.17.1
2020-11-24 21:40:11 +01:00
8884104e82
Bump version to v0.17.0
2020-11-23 14:41:32 +01:00