Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-orr committed Jul 1, 2024
1 parent 6c9ef72 commit 18ddff6
Show file tree
Hide file tree
Showing 6 changed files with 170 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.3.0-pre.1](https://github.com/lee-orr/dexterous_developer/releases/tag/bevy_dexterous_developer_dynamic-v0.3.0-pre.1) - 2024-07-01

### Other
- update
- start move to bevy 0.14
- rename `dexterous_developer_internal` to `dexterous_developer_instance`
- start setting up untethered adapter

## [0.3.0-pre.1](https://github.com/lee-orr/dexterous_developer/releases/tag/bevy_dexterous_developer_dynamic-v0.3.0-pre.1) - 2024-07-01

### Other
- start move to bevy 0.14
- rename `dexterous_developer_internal` to `dexterous_developer_instance`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.3.0-pre.1](https://github.com/lee-orr/dexterous_developer/releases/tag/bevy_dexterous_developer_library-v0.3.0-pre.1) - 2024-07-01

### Other
- update
- clippy + fmt
- remove state for now
- clippy + fmt
- clippy + fmt
- serializable components
- adjust reloadables to use `ReloadableType`
- start getting resource docs + tests
- start move to bevy 0.14
- rename "hot_internal" to "hot"
- rename "hot" feature to "runner"
- rename `dexterous_developer_internal` to `dexterous_developer_instance`
- add visual bevy example
- remove untethered
- small fixes
- start setting up untethered adapter

## [0.3.0-pre.1](https://github.com/lee-orr/dexterous_developer/releases/tag/bevy_dexterous_developer_library-v0.3.0-pre.1) - 2024-07-01

### Other
- clippy + fmt
- remove state for now
Expand Down
38 changes: 38 additions & 0 deletions dexterous_developer_dylib_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- fix assets

### Other
- update
- rename "hot" feature to "runner"
- rename `dexterous_developer_internal` to `dexterous_developer_instance`
- update dashma[
- basic cli tests
- build test works fast
- remove dylib test runner
- adjust and add simple_cli_loaded_test example
- remove untethered
- small fixes
- split runner and connection
- reorganize files for dylib runner
- format, clippy, cleanup printlnines
- update version
- clippy + fmt
- clippy + fmt
- Reloading! ([#59](https://github.com/lee-orr/dexterous_developer/pull/59))
- moved bevy specific crates into a subdirectory of bevy_dexterous_developer
- continue work
- get library to call update again
- improvements to loading
- clippy + fmt
- get simple cli test to run
- setup callbacks and all
- start setting up for running dynamic libraries
- recursive dependencies
- move to utf8path
- clippy + fmt
- start setting up runner
- clippy + fmt
- add dylib runner crate, comment out stuff in cli, builder & internal

## [0.3.0-pre.1](https://github.com/lee-orr/dexterous_developer/releases/tag/dexterous_developer_dylib_runner-v0.3.0-pre.1) - 2024-07-01

### Fixed
- fix assets

### Other
- rename "hot" feature to "runner"
- rename `dexterous_developer_internal` to `dexterous_developer_instance`
Expand Down
62 changes: 62 additions & 0 deletions dexterous_developer_instance/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,68 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- fix markdown lint
- fix publishing/version

### Other
- update
- remove state for now
- instructions on running with hot reload
- add version alert
- update readme
- update docs
- rename "hot_internal" to "hot"
- rename "hot" feature to "runner"
- rename `dexterous_developer_internal` to `dexterous_developer_instance`
- add bevy quick start
- better readme
- remove macro crate, add `macro_rules!` macros to bevy_dexterous_developer
- Update README.md
- bump version
- Update README.md
- update readme
- update bevy 0.13
- clippy + fmt + readme
- Extract bevy crate ([#55](https://github.com/lee-orr/dexterous_developer/pull/55))
- Correct architecture detection on MacOS ([#39](https://github.com/lee-orr/dexterous_developer/pull/39))
- bump version to 0.0.12
- Revert "update to 0.12 - start work"
- Revert "Merge branch 'main' of https://github.com/lee-orr/dexterous-developer"
- Merge branch 'main' of https://github.com/lee-orr/dexterous-developer
- Update README.md
- 27 running examples via cli ([#32](https://github.com/lee-orr/dexterous_developer/pull/32))
- 22 events ([#26](https://github.com/lee-orr/dexterous_developer/pull/26))
- Merge branches 'main' and 'main' of https://github.com/lee-orr/dexterous-developer
- update cargo for 0.0.12-pre.0
- correct markdown, release notes
- Dynamically add dylib ([#19](https://github.com/lee-orr/dexterous_developer/pull/19))
- Revert "adjust docs"
- adjust docs
- update to 0.0.10
- documentation
- bump version
- update version number
- file endings
- bump versions
- update versions
- readme + clippy
- update
- Readme & bump versions
- remove the dexterous developer winit fork
- update readme
- update docs for 0,.0.3
- update to InitialPlugins trait
- improve docs
- update readme
- more renames and cleanup
- add readme info

## [0.3.0-pre.1](https://github.com/lee-orr/dexterous_developer/releases/tag/dexterous_developer_instance-v0.3.0-pre.1) - 2024-07-01

### Added
- cross-platform compilation support ([#12](https://github.com/lee-orr/dexterous_developer/pull/12))

### Fixed
- fix markdown lint
- fix publishing/version

### Other
- remove state for now
- instructions on running with hot reload
Expand Down
32 changes: 32 additions & 0 deletions dexterous_developer_manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- fix assets

### Other
- update
- update dashma[
- clippy, fmt, test
- basic cli tests
- build test works fast
- start work towards setting up automated tests
- format, clippy, cleanup printlnines
- update version
- moved bevy specific crates into a subdirectory of bevy_dexterous_developer
- get simple cli test to run
- clippy + fmt
- recursive dependencies
- adjustments to server/builder
- build simple watcher
- fmt + clippy
- add watcher
- start implementing simple builder
- move builder & current state to have an optional root lib
- move to utf8path
- add file target
- add connect to target
- improve manager & builder APIs
- add server feature to manager
- move builder types to builder repo
- start work on manager

## [0.3.0-pre.1](https://github.com/lee-orr/dexterous_developer/releases/tag/dexterous_developer_manager-v0.3.0-pre.1) - 2024-07-01

### Fixed
- fix assets

### Other
- update dashma[
- clippy, fmt, test
Expand Down
10 changes: 10 additions & 0 deletions dexterous_developer_test_utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.3.0-pre.1](https://github.com/lee-orr/dexterous_developer/releases/tag/dexterous_developer_test_utils-v0.3.0-pre.1) - 2024-07-01

### Other
- update
- clippy, fmt, test
- test improvements
- basic cli tests
- build all examples & binaries before test
- build test works fast

## [0.3.0-pre.1](https://github.com/lee-orr/dexterous_developer/releases/tag/dexterous_developer_test_utils-v0.3.0-pre.1) - 2024-07-01

### Other
- clippy, fmt, test
- test improvements
Expand Down

0 comments on commit 18ddff6

Please sign in to comment.