Skip to content

Commit

Permalink
docs: info on upcoming breaking change & tag for v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Dec 28, 2024
1 parent 72fd2c3 commit 3b41855
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@
A lightweight bundle of commands focused on swift and streamlined git
operations.

> [!NOTE]
> The upcoming version 1.0 will include several breaking changes. If you want to
> keep using the current version, pin the tag `v0.9`.
>
> ```lua
> -- lazy.nvim
> {
> "chrisgrieser/nvim-tinygit",
> tag = "v0.9"
> dependencies = "stevearc/dressing.nvim",
> },
> ```
<img alt="Showcase interactive staging" width=70% src="https://github.com/chrisgrieser/nvim-tinygit/assets/73286100/3c055861-6b93-4065-8601-f79568d8ac28">
<img alt="Showcase smart commit" width=70% src="https://github.com/chrisgrieser/nvim-tinygit/assets/73286100/7000ca1e-199b-4632-802b-fe630589f8f5">
<img alt="Showcase git history" width=70% src="https://github.com/chrisgrieser/nvim-tinygit/assets/73286100/b4cb918e-ff95-40ac-a09f-feb767ba2b94">
Expand Down

0 comments on commit 3b41855

Please sign in to comment.