Skip to content

Releases: square/Valet

5.1.0

20 Feb 16:13
246baf6

Choose a tag to compare

What's Changed

  • Allow explicitly set identifiers on all systems by @antons in #348
  • Bump Valet to 5.1 by @dfed in #354

New Contributors

Full Changelog: 5.0.1...5.1.0

5.0.1

17 Feb 01:23
cf949b2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.0...5.0.1

5.0.0

26 Oct 01:31
05c9e51

Choose a tag to compare

What's Changed

This is a breaking change, though most repos will not see breakages. Data written from prior versions of Valet continues to be accessible. For migration instructions, please refer to this section of the README. Requires Xcode 16 or later.

Full Changelog: 4.3.0...5.0.0

5.0.0-beta-1

19 Oct 04:32
23bad01

Choose a tag to compare

5.0.0-beta-1 Pre-release
Pre-release

What's Changed

  • Get watchOS tests running in CI by @dfed in #311
  • Adopt Swift 6 and Xcode 16 by @dfed in #322

Full Changelog: 4.3.0...5.0.0-beta-1

4.3.0

23 Apr 04:35
3df8eaa

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.2.0...4.3.0

4.2.0

12 Jun 15:50
89f12b9

Choose a tag to compare

  • Add support for creating multiple sandboxed Valets within the same access group #297

4.1.3

18 Aug 01:35

Choose a tag to compare

  • Remove SinglePromptSecureEnclaveValet from the tvOS target in #284. This type never actually worked on tvOS, and its presence in the tvOS target was causing compiler errors in Xcode 14. Thank you @diogot for the contribution!

4.1.2

16 Feb 01:29

Choose a tag to compare

  • Improve documentation

4.1.1

26 Jun 05:28

Choose a tag to compare

  • Added availability annotations for renamed methods. Thanks to @idrougge for the contribution!

4.1.0

25 Jun 20:45

Choose a tag to compare

  • Added the ability to transform key:value pairs during migration: #228