Summary
This release has no major feature updates, but changes the location our source code is help. Source code is split into a `src/` and `api/` directory with an explicit API surface similar to core Keras.
When adding or removing new API in a PR, use `./shell/api_gen.sh` to update the autogenerated `api/` files. See our [contributing guide](https://github.com/keras-team/keras-nlp/blob/master/CONTRIBUTING.md).
What's Changed
* Change the order of importing `keras` by james77777778 in https://github.com/keras-team/keras-nlp/pull/1596
* Add backend info to HF model card by SamanehSaadat in https://github.com/keras-team/keras-nlp/pull/1599
* Bump required kagglehub version to 0.2.4 by SamanehSaadat in https://github.com/keras-team/keras-nlp/pull/1600
* Bump `bert_tiny_en_uncased_sst2` classifier version by SamanehSaadat in https://github.com/keras-team/keras-nlp/pull/1602
* Allow a task preprocessor to be an argument in from_preset by SamanehSaadat in https://github.com/keras-team/keras-nlp/pull/1603
* API Generation by sampathweb in https://github.com/keras-team/keras-nlp/pull/1608
* Update readme with some recent changes by mattdangerw in https://github.com/keras-team/keras-nlp/pull/1575
* Bump the python group with 2 updates by dependabot in https://github.com/keras-team/keras-nlp/pull/1611
* Version bump 0.11.0.dev0 by mattdangerw in https://github.com/keras-team/keras-nlp/pull/1615
* Unexport models from the 0.11 release by mattdangerw in https://github.com/keras-team/keras-nlp/pull/1614
* Version bump 0.11.0 by mattdangerw in https://github.com/keras-team/keras-nlp/pull/1616
New Contributors
* james77777778 made their first contribution in https://github.com/keras-team/keras-nlp/pull/1596
**Full Changelog**: https://github.com/keras-team/keras-nlp/compare/v0.10.0...v0.11.0