Skip to content

Releases: coenjacobs/mozart

Release 1.0.6

11 Feb 20:24

Choose a tag to compare

Maintenance release, containing the following fixes:

  • Fix file permission defaults for Flysystem adapter #210 (thanks for reporting @nickvergessen 🙌)

Full set of changes: 1.0.5...1.0.6

Docker Images

This release includes Docker images for multiple architectures (linux/amd64, linux/arm64, linux/arm/v7).

Pull from Docker Hub

docker pull coenjacobs/mozart:1.0.6

Pull from GitHub Container Registry

docker pull ghcr.io/coenjacobs/mozart:1.0.6

Available Tags

  • 1.0.6 - This release

  • latest - Latest stable version (if this is the highest version)

Links

Release 1.1.0 beta 1

07 Feb 15:03
556c221

Choose a tag to compare

Release 1.1.0 beta 1 Pre-release
Pre-release

Details and discussion of what changed and why can be found: Beta testing for Mozart 1.1.0 has begun!

Full Changelog: 1.0.5...1.1.0-beta-1

Docker Images

This release includes Docker images for multiple architectures (linux/amd64, linux/arm64, linux/arm/v7).

Pull from Docker Hub

docker pull coenjacobs/mozart:1.1.0-beta-1

Pull from GitHub Container Registry

docker pull ghcr.io/coenjacobs/mozart:1.1.0-beta-1

Available Tags

  • 1.1.0-beta-1 - This release

Links

Release 1.0.5

06 Feb 15:59

Choose a tag to compare

Maintenance release, containing the following fixes:

Full set of changes: 1.0.4...1.0.5

Docker Images

This release includes Docker images for multiple architectures (linux/amd64, linux/arm64, linux/arm/v7).

Pull from Docker Hub

docker pull coenjacobs/mozart:1.0.5

Pull from GitHub Container Registry

docker pull ghcr.io/coenjacobs/mozart:1.0.5

Available Tags

  • 1.0.5 - This release

  • latest - Latest stable version (if this is the highest version)

Links

Release 1.0.4

06 Feb 13:50

Choose a tag to compare

Maintenance release, containing the following fixes:

  • Skip non-existent directories when PSR-4 autoload is an array #195 (thanks for reporting @Dan0sz 🙌)
  • Exclude nested vendor directories from file discovery #196 (thanks for reporting @daigo75 🙌)
  • Add is_dir() guards in Replacer to prevent DirectoryNotFoundException #201 (thanks for reporting @Konamiman 🙌)

Full set of changes: 1.0.3...1.0.4

Docker Images

This release includes Docker images for multiple architectures (linux/amd64, linux/arm64, linux/arm/v7).

Pull from Docker Hub

docker pull coenjacobs/mozart:1.0.4

Pull from GitHub Container Registry

docker pull ghcr.io/coenjacobs/mozart:1.0.4

Available Tags

  • 1.0.4 - This release

  • latest - Latest stable version (if this is the highest version)

Links

Release 1.0.3

06 Feb 08:10
8d74632

Choose a tag to compare

Maintenance release, containing the following fixes:

  • Fix classmap regex replacing property access and variables #194 (thanks for reporting @mostafasoufi 🙌)

Full set of changes: 1.0.2...1.0.3

Docker Images

This release includes Docker images for multiple architectures (linux/amd64, linux/arm64, linux/arm/v7).

Pull from Docker Hub

docker pull coenjacobs/mozart:1.0.3

Pull from GitHub Container Registry

docker pull ghcr.io/coenjacobs/mozart:1.0.3

Available Tags

  • 1.0.3 - This release

  • latest - Latest stable version (if this is the highest version)

Links

Release 1.0.2

25 Jan 16:00

Choose a tag to compare

Maintenance release, containing the following fixes:

Full set of changes: 1.0.1...1.0.2

Docker Images

This release includes Docker images for multiple architectures (linux/amd64, linux/arm64, linux/arm/v7).

Pull from Docker Hub

docker pull coenjacobs/mozart:1.0.2

Pull from GitHub Container Registry

docker pull ghcr.io/coenjacobs/mozart:1.0.2

Available Tags

  • 1.0.2 - This release

  • latest - Latest stable version (if this is the highest version)

Links

Release 1.0.1

19 Jan 10:50

Choose a tag to compare

Maintenance release, containing the following fixes:

Thank you both for contributing. 😊

Full set of changes: 1.0.0...1.0.1

Docker Images

This release includes Docker images for multiple architectures (linux/amd64, linux/arm64, linux/arm/v7).

Pull from Docker Hub

docker pull coenjacobs/mozart:1.0.1

Pull from GitHub Container Registry

docker pull ghcr.io/coenjacobs/mozart:1.0.1

Available Tags

  • 1.0.1 - This release

  • latest - Latest stable version (if this is the highest version)

Links

Release 1.0.0

15 Jan 09:33
2f400b5

Choose a tag to compare

This is the stable release of version 1.0.0 of the Mozart project. I'm proud to say that this release is finally here and this marks a significant milestone in the project. For details on everything that has changed, please refer to the beta testing and 1.0.0 feature set post in the discussions. Thanks everyone for their continued support, helpful comments and contributions. Thank you everyone!

I've written a bit about the whole process around this on my personal blog: Mozart 1.0: Five years in the making.

Full Changelog: 0.7.1...1.0.0

Docker Images

This release includes Docker images for multiple architectures (linux/amd64, linux/arm64, linux/arm/v7).

Pull from Docker Hub

docker pull coenjacobs/mozart:1.0.0

Pull from GitHub Container Registry

docker pull ghcr.io/coenjacobs/mozart:1.0.0

Available Tags

  • 1.0.0 - This release

  • latest - Latest stable version (if this is the highest version)

Links

Release 1.0.0 beta 3

12 Jan 09:27
2f400b5

Choose a tag to compare

Release 1.0.0 beta 3 Pre-release
Pre-release

Fixed a couple long standing bugs and due updates in Flysystem dependencies, which also resolved a lot of deprecation warnings during runtime and tests. Details and discussion of what changed and why can be found: Mozart 1.0.0 is almost here, we're in beta testing phase

Full Changelog: 1.0.0-beta-2...1.0.0-beta-3

Docker Images

This release includes Docker images for multiple architectures (linux/amd64, linux/arm64, linux/arm/v7).

Pull from Docker Hub

docker pull coenjacobs/mozart:1.0.0-beta-3

Pull from GitHub Container Registry

docker pull ghcr.io/coenjacobs/mozart:1.0.0-beta-3

Available Tags

  • 1.0.0-beta-3 - This release

Links

Release 1.0.0 beta 2

09 Jan 14:15

Choose a tag to compare

Release 1.0.0 beta 2 Pre-release
Pre-release

Second beta release, mainly to verify the release mechanism has been polished and completely working before we pull the trigger on 1.0.0 stable and final release. Details and discussion of what changed and why can be found: Mozart 1.0.0 is almost here, we're in beta testing phase

Full Changelog: 1.0.0-beta-1...1.0.0-beta-2

Docker Images

This release includes Docker images for multiple architectures (linux/amd64, linux/arm64, linux/arm/v7).

Pull from Docker Hub

docker pull coenjacobs/mozart:1.0.0-beta-2

Pull from GitHub Container Registry

docker pull ghcr.io/coenjacobs/mozart:1.0.0-beta-2

Available Tags

  • 1.0.0-beta-2 - This release

Links