Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Xuanwo/backon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.2
Choose a base ref
...
head repository: Xuanwo/backon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 6 commits
  • 25 files changed
  • 1 contributor

Commits on Aug 27, 2024

  1. docs: Polish display on the first page of lib.rs (#122)

    Signed-off-by: Xuanwo <github@xuanwo.io>
    Xuanwo authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a046907 View commit details
    Browse the repository at this point in the history
  2. chore: Make backon a workspace (#124)

    Signed-off-by: Xuanwo <github@xuanwo.io>
    Xuanwo authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e731d8b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. docs: Add section for sleeper (#130)

    Signed-off-by: Xuanwo <github@xuanwo.io>
    Xuanwo authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    27b54d8 View commit details
    Browse the repository at this point in the history
  2. docs: Add sleep in README (#131)

    Signed-off-by: Xuanwo <github@xuanwo.io>
    Xuanwo authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    64fdcfd View commit details
    Browse the repository at this point in the history
  3. refactor: Enable default features to avoid unexpected panic (#132)

    Most backon users are accustomed to having a default sleep
    implementation, making it easy for them to upgrade to new versions like
    `0.5` or `1.0` without the feature enabled. For example:
    #128
    
    Let's add default features to simplify their experience. Users who want
    custom implementations will not be affected.
    
    Signed-off-by: Xuanwo <github@xuanwo.io>
    Xuanwo authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    749740a View commit details
    Browse the repository at this point in the history
  4. backon: Bump to version 1.1.0 (#133)

    Signed-off-by: Xuanwo <github@xuanwo.io>
    Xuanwo authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    86298fb View commit details
    Browse the repository at this point in the history
Loading