Skip to content

0.4.8

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Apr 05:28
· 384 commits to main since this release
72a52c6

Features

  • Name clashes caused by re-registering Objective C classes and protocols can now be automatically avoided by marking the class with auto_rename. (#181)
  • Apple Silicon is now formally tested by Rubicon's continuous integration configuration. (#374)
  • Support for Python 3.13 was added. (#374)
  • The __repr__ output for ObjCBoundMethod, ObjCClass, ObjCInstance, ObjCMethod, ObjCPartialMethod, and ObjCProtocol were simplified. (#432)

Bugfixes

  • The __all__ definition for rubicon.objc was corrected to use strings, rather than symbols. (#401)

Documentation

  • The documentation contribution guide was updated to use a more authoritative reStructuredText reference. (#427)

Misc