Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #57

Closed
wants to merge 1 commit into from
Closed

chore: release #57

wants to merge 1 commit into from

Conversation

lee-orr
Copy link
Owner

@lee-orr lee-orr commented Feb 18, 2024

🤖 New release

  • dexterous_developer_macros: 0.1.0 -> 0.1.1
  • dexterous_developer: 0.1.0 -> 0.1.1
  • bevy_dexterous_developer: 0.1.0 -> 0.1.1
  • dexterous_developer_internal: 0.1.0 -> 0.1.1
  • dexterous_developer_builder: 0.1.0 -> 0.1.1
  • dexterous_developer_types: 0.1.0 -> 0.1.1
  • dexterous_developer_dynamic: 0.1.0 -> 0.1.1
  • dexterous_developer_cli: 0.1.0 -> 0.1.1
Changelog

dexterous_developer_macros

0.1.1 - 2024-02-18

Fixed

  • fix publishing/version
  • fixed allocation issue
  • fix transfer of path between proesses
  • fix links

Other

  • update proc macro crate
  • Extract bevy crate (#55)
  • add publish=true
  • bump version to 0.0.12
  • Revert "update to 0.12 - start work"
  • update to 0.12 - start work
  • 27 running examples via cli (#32)
  • update cargo for 0.0.12-pre.0
  • version bump
  • update to 0.0.10
  • bump version
  • update version number
  • cstring again
  • use &CStr for transfer of info
  • better logging
  • windows fixes
  • clippy, fmt, check for clang and lld, ensure pointers get followed.
  • added cold test
  • bump versions
  • clippy
  • remove loader macro
  • update versions
  • move bevy support into module, clean up cfg flags
  • call from library holder
  • better set up
  • clippy , fmt, cleanup
  • update
  • Readme & bump versions
  • remove the dexterous developer winit fork
  • make it easier to call function
  • initial cli
  • update to InitialPlugins trait
  • simplify
  • more renames and cleanup
  • add readme info
  • adjust names

dexterous_developer

0.1.1 - 2024-02-18

Fixed

  • fix publishing/version
  • fixed allocation issue
  • fix transfer of path between proesses
  • fix unneeded borrow
  • fix links

Other

  • Extract bevy crate (#55)
  • Correct architecture detection on MacOS (#39)
  • add publish=true
  • bump version to 0.0.12
  • Revert "update to 0.12 - start work"
  • update to 0.12 - start work
  • update cargo for 0.0.12-pre.0
  • version bump
  • update to 0.0.10
  • bump version
  • initial network works
  • clippy + fmt
  • only use dynamic lib when hot_internal is enabled
  • got tests for reloadables working
  • update versions
  • ensure hashed files aren't replaced
  • update tests
  • got compilation on windows working reliably again
  • cstring again
  • clippy + string lossy
  • use &CStr for transfer of info
  • better logging
  • clippy + fmt
  • remove rpath
  • windows fixes
  • format
  • get dynamic linker to work on linux (hopefully)
  • prevent infinite loop waiting for non-existing files
  • clippy, fmt, check for clang and lld, ensure pointers get followed.
  • clippy + fmt
  • remove cargo
  • file endings
  • got hot reload tests working
  • bump versions
  • remove loader macro
  • update versions
  • move bevy support into module, clean up cfg flags
  • additional improvements to env
  • encourage nightly
  • call from library holder
  • better set up
  • use cargo directly
  • clippy , fmt, cleanup
  • simplify dependencies
  • cluppy + fmt
  • remove need for env variables when running direct
  • add impl for App
  • user merged environments
  • update
  • Readme & bump versions
  • update cli
  • remove the dexterous developer winit fork
  • make it easier to call function
  • update cargo versions
  • add cli
  • initial cli
  • clippy + fmt
  • update to InitialPlugins trait
  • simplify
  • Add safety comments and improve the error experience of setup_reloadable_app
  • more renames and cleanup

bevy_dexterous_developer

0.1.1 - 2024-02-18

Fixed

  • fix

Other

  • update bevy 0.13
  • move build process & shared types to separate crates
  • Extract bevy crate (#55)
  • more renames and cleanup
  • add readme info
  • small fixes
  • adjust names

dexterous_developer_internal

0.1.1 - 2024-02-18

Added

  • cross-platform compilation support (#12)
  • add support for mold using an env variable (#13)
  • added mold support on linux via prefer_mold option

Fixed

  • fix publishing/version
  • fix bug with assets
  • fix windows
  • fix

Other

  • move build process & shared types to separate crates
  • clippy
  • remove need for nightly
  • update which crate
  • Extract bevy crate (#55)
  • build images for android
  • Correct architecture detection on MacOS (#39)
  • add publish=true
  • bump version to 0.0.12
  • working 0.12
  • setup for idea ide
  • Revert "update to 0.12 - start work"
  • update to 0.12 - start work
  • Improve Asset Reload Tests
  • 27 running examples via cli (#32)
  • Bevy main (#31)
  • 22 events (#26)
  • Merge branches 'main' and 'main' of https://github.com/lee-orr/dexterous-developer
  • update cargo for 0.0.12-pre.0
  • version bump
  • Reload individual elements (#21)
  • add last update label to top of window
  • Dynamically add dylib (#19)
  • Revert "remove need to use dylib (#17)"
  • remove need to use dylib (#17)
  • render compilation errors
  • update to 0.0.10
  • add multiple watch directories
  • documentation
  • bump version
  • start getting ready for mac... if it ever happens
  • clippy
  • better target abstraction
  • ensure build output
  • clippy
  • add compile existing
  • add support for running existing files
  • adjustments - remove zig
  • add cross compilation with zig
  • add keep alive, command structure
  • remove zig and xwin
  • move to build providers
  • remove mold support
  • sync assets
  • add hashing for files
  • got tests for remote
  • initial network works
  • get initial serving
  • refactor to separate out statics and actual functions
  • adjust logging
  • got tests for reloadables working

dexterous_developer_builder

0.1.1 - 2024-02-18

Other

  • avoid direct implementation of ToString
  • move build process & shared types to separate crates

dexterous_developer_types

0.1.1 - 2024-02-18

Other

  • move build process & shared types to separate crates

dexterous_developer_dynamic

0.1.1 - 2024-02-18

Fixed

  • fix publishing/version

Other

  • Extract bevy crate (#55)
  • Correct architecture detection on MacOS (#39)
  • add publish=true
  • bump version to 0.0.12
  • Revert "update to 0.12 - start work"
  • update to 0.12 - start work
  • update cargo for 0.0.12-pre.0
  • version bump
  • update to 0.0.10
  • bump version
  • only use dynamic lib when hot_internal is enabled

dexterous_developer_cli

0.1.1 - 2024-02-18

Added

  • cross-platform compilation support (#12)

Fixed

  • fix publishing/version
  • fix cargo toml duplicate description
  • fix remote run asset missing
  • fix bug with assets
  • fix windows paths

Other

  • move build process & shared types to separate crates
  • clippy + fmt + readme
  • update axum
  • Extract bevy crate (#55)
  • build images for android
  • Correct architecture detection on MacOS (#39)
  • add publish=true
  • bump version to 0.0.12
  • Revert "update to 0.12 - start work"
  • update to 0.12 - start work
  • Improve Asset Reload Tests
  • 27 running examples via cli (#32)
  • Bevy main (#31)
  • update cargo for 0.0.12-pre.0
  • version bump
  • Dexterous developer gui (#18)
  • Dynamically add dylib (#19)
  • Revert "remove need to use dylib (#17)"
  • Revert "generate lib for compile-libs"
  • generate lib for compile-libs
  • remove need to use dylib (#17)
  • update to 0.0.10
  • add multiple watch directories
  • f
  • bump version
  • start getting ready for mac... if it ever happens
  • adjust
  • clippy
  • better target abstraction
  • add compile existing
  • adjust
  • clippy
  • add support for running existing files
  • adjustments - remove zig
  • add cross compilation with zig
  • add keep alive, command structure
  • prevent download of non-platform libs
  • remove zig and xwin
  • remove mold support
  • adjust OS const
  • update dev container
  • print os striing
  • sync assets
  • add hashing for files
  • got tests for remote
  • serving
  • clippy
  • initial network works
  • get initial serving
  • Merge branch 'main' of https://github.com/lee-orr/dexterous-developer into add_remote_support
  • start adding server options
  • got tests for reloadables working
  • update versions
  • better logging
  • get dynamic linker to work on linux (hopefully)
  • remove cargo
  • file endings
  • bump versions
  • update versions
  • get correct things set up
  • remove need for env variables when running direct
  • update
  • Readme & bump versions
  • make it easier to call function
  • update cargo versions
  • add cli
  • initial cli


This PR was generated with release-plz.

Signed-off-by: Lee-Orr <10376144+lee-orr@users.noreply.github.com>
@lee-orr lee-orr force-pushed the release-plz-2024-02-18T00-55-23Z branch from ee379d5 to fb700b5 Compare February 18, 2024 00:59
@lee-orr lee-orr closed this Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant