Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade beecs to fix for proper overwriting of patches #58

Merged
merged 1 commit into from
Oct 22, 2024
Merged
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [[v0.4.1]](https://github.com/mlange-42/beecs-cli/compare/v0.4.0...v0.4.1)

### Bugfixes

- Upgrade beecs: fix for proper overwriting of default flower patches when reading from JSON (#58)

## [[v0.4.0]](https://github.com/mlange-42/beecs-cli/compare/v0.3.0...v0.4.0)

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/mlange-42/arche v0.13.0
github.com/mlange-42/arche-model v0.9.0
github.com/mlange-42/arche-pixel v0.9.1-0.20240523102310-958292ff764d
github.com/mlange-42/beecs v0.4.0
github.com/mlange-42/beecs v0.4.1
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ github.com/mlange-42/arche-model v0.9.0 h1:S/qIvZNra782+nPixPkV5Ay9lAO51T1Zy7y4J
github.com/mlange-42/arche-model v0.9.0/go.mod h1:unGJaXLPdDUwMoPGKlTCW8HaRFVIRFILLHSWFp/DVY4=
github.com/mlange-42/arche-pixel v0.9.1-0.20240523102310-958292ff764d h1:RWHbjBrDtb/YJVdOc1/jd5hLPUBfLqxf/AXuKqD1gbI=
github.com/mlange-42/arche-pixel v0.9.1-0.20240523102310-958292ff764d/go.mod h1:UWr4ZfpvreTRWr76dqi30VCax19kEbiSDSNrbZTbMDQ=
github.com/mlange-42/beecs v0.4.0 h1:dUxDDtFNVtCnAOScG6giuZHBAK+1Pt1yjpDscT6e5Mo=
github.com/mlange-42/beecs v0.4.0/go.mod h1:FfAscKKh8wE1jxtjzyr/GrmMtMxJT6zg+EvTEMuw7Ks=
github.com/mlange-42/beecs v0.4.1 h1:OSXqdrnMHxo4O34RDb57qGvk93dzePvgKbszzqE7oVQ=
github.com/mlange-42/beecs v0.4.1/go.mod h1:FfAscKKh8wE1jxtjzyr/GrmMtMxJT6zg+EvTEMuw7Ks=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down
Loading