Skip to content

Commit 0f93e47

Browse files
committed
Prep release
1 parent 548f96f commit 0f93e47

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
22

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

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

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

498+
[3.11.0]: https://github.com/dvdoug/BoxPacker/compare/3.10.0...3.11.0
497499
[3.10.0]: https://github.com/dvdoug/BoxPacker/compare/3.9.4...3.10.0
498500
[3.9.4]: https://github.com/dvdoug/BoxPacker/compare/3.9.3...3.9.4
499501
[3.9.3]: https://github.com/dvdoug/BoxPacker/compare/3.9.2...3.9.3

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
# General information about the project.
4848
project = u'BoxPacker'
49-
copyright = u'2012-2021, Doug Wright'
49+
copyright = u'2012-2023, Doug Wright'
5050
author = u'Doug Wright'
5151

5252
# The version info for the project you're documenting, acts as replacement for

license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2012-2022 Doug Wright
1+
Copyright (C) 2012-2023 Doug Wright
22

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

0 commit comments

Comments
 (0)