Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.48.0"
".": "0.49.0"
}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [0.49.0](https://github.com/scottames/dots/compare/v0.48.0...v0.49.0) (2026-07-08)


### Updates & Misc Chores

* **deps:** update ⬆️ aqua-packages to v4.530.0 ([#970](https://github.com/scottames/dots/issues/970)) ([1901dea](https://github.com/scottames/dots/commit/1901dea3088423ac5ee76a677898f207c27c5154))
* **deps:** update ⬆️ aqua-packages to v4.531.0 ([#974](https://github.com/scottames/dots/issues/974)) ([a59cd90](https://github.com/scottames/dots/commit/a59cd9053c5377b2dd069a231b156f2e51cd2db5))
* **deps:** update ⬆️ mise-packages ([#969](https://github.com/scottames/dots/issues/969)) ([6fdc9d0](https://github.com/scottames/dots/commit/6fdc9d0fdff71fa35abb9c01c5a96d5c6497b5a5))
* **deps:** update ⬆️ mise-packages ([#971](https://github.com/scottames/dots/issues/971)) ([073b1d8](https://github.com/scottames/dots/commit/073b1d8385def13e9b6dde605df0183a4699e19f))
* **deps:** update ⬆️ mise-packages ([#972](https://github.com/scottames/dots/issues/972)) ([962a7be](https://github.com/scottames/dots/commit/962a7beb45fbeb6e3c7c0daf3438e77d78288e44))
* **deps:** update ⬆️ mise-packages to v2.1.201 ([#973](https://github.com/scottames/dots/issues/973)) ([0624520](https://github.com/scottames/dots/commit/06245200350f5b23959e72fccf520b864f471b7a))
* **mise:** bump herdr 0.7.2 ([d455310](https://github.com/scottames/dots/commit/d45531000ca6a433ab6189949aa9aed778067752))
* **mise:** bump herdr 0.7.3 ([fb32d95](https://github.com/scottames/dots/commit/fb32d956b93900f13c45e4e5d305aa10e3c56ad6))
* **nono/opencode:** add permissions for `go test` ([88996a5](https://github.com/scottames/dots/commit/88996a5836bc5a6bca040264e761b8a6db7e58bc))
* **nvim:** lazy updates ([78b082a](https://github.com/scottames/dots/commit/78b082a9d42f1630ae19fbcfa84d87a3f2a7ac26))
* upgrade trunk ([#967](https://github.com/scottames/dots/issues/967)) ([49c3518](https://github.com/scottames/dots/commit/49c35180a35bd25fd5500905da21c4058cf53ba5))


### Features

* **fish/abbr:** wt remove ([51d91f7](https://github.com/scottames/dots/commit/51d91f78a44a96e894a2cf9f09c17edcd3e5cffe))
* **nvim/thts:** sort picker by last modified ([ebad483](https://github.com/scottames/dots/commit/ebad483304d2ee3e76e3b6e67e7654367fae4565))


### Bug Fixes

* **git/alias:** stack-watch rendering ([619c758](https://github.com/scottames/dots/commit/619c7582ce3837197a0509c2f5e9e94257efaf93))
* **herdr:** match nav up/down to vim keys ([6cb0660](https://github.com/scottames/dots/commit/6cb0660b54b6a7fc76a7e5c7112db14d580d79bf))

## [0.48.0](https://github.com/scottames/dots/compare/v0.47.0...v0.48.0) (2026-07-02)


Expand Down