ownable-macro 1.0.0

Procedural macros for the ownable crate
Documentation
# Changelog for ownable-macro

## 1.0.0 -- 2025-11-12

* Moved traits from ownable to ownable-core

## 0.6.3 -- 2025-10-20

* Small fixes
* Specify minimal rust version
* Use darling for parsing

## 0.6.0 -- 2023-05-06

* Support to not generate functions
* Support generics
* Support const generics
* Support references

## 0.5.0 -- 2023-04-12

* Initial release