tauri/.changes
anatawa12 de8600b4d9
Some checks are pending
Audit / audit-rust (push) Waiting to run
Audit / audit-js (push) Waiting to run
bench / bench (map[os:ubuntu-latest target:x86_64-unknown-linux-gnu], nightly) (push) Waiting to run
covector version or publish / run-integration-tests (macos-latest) (push) Waiting to run
covector version or publish / run-integration-tests (ubuntu-latest) (push) Waiting to run
covector version or publish / run-integration-tests (windows-latest) (push) Waiting to run
covector version or publish / version-or-publish (push) Blocked by required conditions
lint rust / clippy (push) Waiting to run
supply chain health status / check rust dependencies with cargo vet (push) Waiting to run
test `@tauri-apps/cli` / test (macos-latest) (push) Waiting to run
test `@tauri-apps/cli` / test (ubuntu-latest) (push) Waiting to run
test `@tauri-apps/cli` / test (windows-latest) (push) Waiting to run
test `tauri-cli` / test (map[args:--no-default-features --features native-tls-vendored os:windows-latest target:aarch64-pc-windows-msvc]) (push) Waiting to run
test `tauri-cli` / test (map[os:macos-latest target:x86_64-apple-darwin]) (push) Waiting to run
test `tauri-cli` / test (map[os:ubuntu-latest target:x86_64-unknown-linux-gnu]) (push) Waiting to run
test `tauri-cli` / test (map[os:windows-latest target:x86_64-pc-windows-msvc]) (push) Waiting to run
test core / test (map[args:--all-features key:all], map[command:build cross:false os:macos-latest target:aarch64-apple-ios toolchain:1.77.2]) (push) Waiting to run
test core / test (map[args:--all-features key:all], map[command:build cross:true os:ubuntu-latest target:aarch64-linux-android toolchain:1.77.2]) (push) Waiting to run
test core / test (map[args:--all-features key:all], map[command:test cross:false os:macos-14 target:aarch64-apple-darwin toolchain:1.77.2]) (push) Waiting to run
test core / test (map[args:--all-features key:all], map[command:test cross:false os:ubuntu-latest target:x86_64-unknown-linux-gnu toolchain:1.77.2]) (push) Waiting to run
test core / test (map[args:--all-features key:all], map[command:test cross:false os:windows-latest target:x86_64-pc-windows-msvc toolchain:1.77.2]) (push) Waiting to run
test core / test (map[args:--no-default-features key:no-default], map[command:build cross:false os:macos-latest target:aarch64-apple-ios toolchain:1.77.2]) (push) Waiting to run
test core / test (map[args:--no-default-features key:no-default], map[command:build cross:true os:ubuntu-latest target:aarch64-linux-android toolchain:1.77.2]) (push) Waiting to run
test core / test (map[args:--no-default-features key:no-default], map[command:test cross:false os:macos-14 target:aarch64-apple-darwin toolchain:1.77.2]) (push) Waiting to run
test core / test (map[args:--no-default-features key:no-default], map[command:test cross:false os:ubuntu-latest target:x86_64-unknown-linux-gnu toolchain:1.77.2]) (push) Waiting to run
test core / test (map[args:--no-default-features key:no-default], map[command:test cross:false os:windows-latest target:x86_64-pc-windows-msvc toolchain:1.77.2]) (push) Waiting to run
Udeps / changes (push) Waiting to run
Udeps / setup (push) Blocked by required conditions
Udeps / udeps (push) Blocked by required conditions
fix(bundler): Bump nsis tauri utils to 0.4.2 (#12471)
* chore: bump nsis-tauri-utils

* docs(changelog)): Bump nsis-tauri-utils to 0.4.2
2025-01-22 03:01:04 +02:00
..
bump-nsis-tauri-utils.md fix(bundler): Bump nsis tauri utils to 0.4.2 (#12471) 2025-01-22 03:01:04 +02:00
bundler-injectedbundle.md fix(bundler): fix injectedbundle search path (#12466) 2025-01-21 16:52:41 +02:00
cli-add-clipboard.md fix(cli): Add clipboard-manager to known plugins (#12442) 2025-01-19 14:19:10 +02:00
config.json fix: publish NPM packages with latest tag (#11199) 2024-10-02 10:37:42 -03:00
log-dev-command.md enhance(cli): log message to inform user of DevCommand being used (#12438) 2025-01-18 22:21:21 +02:00
nsis-cleanup-installdir-reg.md enhance(nsis): clean up reg keys in uninstaller (#12427) 2025-01-20 22:33:54 +02:00
README.md chore: add back .changes/readme.md (#8905) 2024-02-19 14:39:27 -03:00

Changes

via https://github.com/jbolda/covector

As you create PRs and make changes that require a version bump, please add a new markdown file in this folder. You do not note the version number, but rather the type of bump that you expect: major, minor, or patch. The filename is not important, as long as it is a .md, but we recommend that it represents the overall change for organizational purposes.

When you select the version bump required, you do not need to consider dependencies. Only note the package with the actual change, and any packages that depend on that package will be bumped automatically in the process.

Use the following format:

---
'package-a': 'patch:enhance'
'package-b': 'patch:enhance'
---

Change summary goes here

Summaries do not have a specific character limit, but are text only. These summaries are used within the (future implementation of) changelogs. They will give context to the change and also point back to the original PR if more details and context are needed.

Changes will be designated as a major, minor or patch as further described in semver.

Given a version number MAJOR.MINOR.PATCH, increment the:

  • MAJOR version when you make incompatible API changes,
  • MINOR version when you add functionality in a backwards compatible manner, and
  • PATCH version when you make backwards compatible bug fixes.

Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format, but will be discussed prior to usage (as extra steps will be necessary in consideration of merging and publishing).

Additionally you could specify a tag for the change file to group it with other changes by prefixing the bump with :<tag>, for example:

---
'package-a': 'patch:enhance'
---

Change summary goes here

which will group this change file with other changes that specify the bug tag.

For list of available tags, see the changeTags key in ./config.json