Skip to content

Commit

Permalink
Prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Feb 4, 2023
1 parent 548f96f commit 0f93e47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,8 @@
# Changelog

## [3.x - Unreleased] - 2022-xx-xx
## [3.x - Unreleased] - 2023-xx-xx

## [3.11.0] - 2023-02-04
### Changed
- Calling `json_encode()` on a `PackedBox` or `PackedItem` now additionally serialises the entire underlying
`Box`/`Item` where those objects also implement `JsonSerializable`. Previously the serialisation only included the
Expand Down Expand Up @@ -492,8 +493,9 @@ Initial release
- Experimental code to get a feel for how calculations can best be implemented
- Only works if all items fit into a single box (so not production ready at all)

[3.x - Unreleased]: https://github.com/dvdoug/BoxPacker/compare/3.10.0...3.x
[3.x - Unreleased]: https://github.com/dvdoug/BoxPacker/compare/3.11.0...3.x

[3.11.0]: https://github.com/dvdoug/BoxPacker/compare/3.10.0...3.11.0
[3.10.0]: https://github.com/dvdoug/BoxPacker/compare/3.9.4...3.10.0
[3.9.4]: https://github.com/dvdoug/BoxPacker/compare/3.9.3...3.9.4
[3.9.3]: https://github.com/dvdoug/BoxPacker/compare/3.9.2...3.9.3
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -46,7 +46,7 @@

# General information about the project.
project = u'BoxPacker'
copyright = u'2012-2021, Doug Wright'
copyright = u'2012-2023, Doug Wright'
author = u'Doug Wright'

# The version info for the project you're documenting, acts as replacement for
Expand Down
2 changes: 1 addition & 1 deletion license.txt
@@ -1,4 +1,4 @@
Copyright (C) 2012-2022 Doug Wright
Copyright (C) 2012-2023 Doug Wright

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 0f93e47

Please sign in to comment.