8000 Comparing v0.14.2...v0.15 · maciejhirsz/logos · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: maciejhirsz/logos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.2
Choose a base ref
...
head repository: maciejhirsz/logos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15
Choose a head ref
  • 12 commits
  • 29 files changed
  • 11 contributors

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    30ffb42 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    0f361d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. fix(lib): generate same code on big-endian platforms (#431)

    * fix(lib): generate same code on big-endian platforms
    
    * Update logos-codegen/src/graph/mod.rs
    
    Co-authored-by: Jérome Eertmans <jeertmans@icloud.com>
    
    ---------
    
    Co-authored-by: Jérome Eertmans <jeertmans@icloud.com>
    0x2a-42 and jeertmans authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3c81ceb View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Support callbacks returning Result<Skip> (#432)

    * Support callbacks returning Result<Skip>
    
    * Update callbacks.md
    
    * add tests
    romamik authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    491842d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. chore(deps): bump thollander/actions-comment-pull-request from 2 to 3 (

    …#429)
    
    Bumps [thollander/actions-comment-pull-request](https://github.com/thollander/actions-comment-pull-request) from 2 to 3.
    - [Release notes](https://github.com/thollander/actions-comment-pull-request/releases)
    - [Commits](thollander/actions-comment-pull-request@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: thollander/actions-comment-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    20f893e View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump codecov/codecov-action from 4 to 5 (#437)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    c6b3210 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4aa7f5e View commit details
    Browse the repository at this point in the history
  4. fix(lib): use precise capturing on 1.82+ (#435)

    * feat: add build cfg
    
    * feat: test precise capturing
    
    * fix: typo
    
    * fix: indentation
    
    * chore: add documentation about cfg flag
    
    * fix: raise MSRV
    
    * chore: change msrv for cargo-msrv
    
    * fix: add rustfmt component
    indietyp authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    1200df4 View commit details
    Browse the repository at this point in the history
  5. 10000

    chore(book): add simple calculator example (#439)

    * chore(book): add simple calculator example
    
    * fix(book): footnote
    
    * Apply suggestions from code review
    
    Co-authored-by: Jérome Eertmans <jeertmans@icloud.com>
    
    * Partially apply a suggestion from code review
    
    * fix(book): add clone instructions to the simple calculator example
    
    * chore(book): add the contributor info to the simple calculator example
    
    ---------
    
    Co-authored-by: ynn <contact@your-diary.io>
    Co-authored-by: Jérome Eertmans <jeertmans@icloud.com>
    3 people authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    727becf View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. Minor readme improvments (#442)

    * chore: move the release process to its own file
    
    * chore: remove extra whitespace in rust code block
    
    * chore: better with a title :) !
    tkr-sh authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    837d5bf View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. chore(release): bump to 0.14.3 (#443)

    * Minor readme improvments (#442)
    
    * chore: move the release process to its own file
    
    * chore: remove extra whitespace in rust code block
    
    * chore: better with a title :) !
    
    * chore(book): add simple calculator example (#439)
    
    * chore(book): add simple calculator example
    
    * fix(book): footnote
    
    * Apply suggestions from code review
    
    Co-authored-by: Jérome Eertmans <jeertmans@icloud.com>
    
    * Partially apply a suggestion from code review
    
    * fix(book): add clone instructions to the simple calculator example
    
    * chore(book): add the contributor info to the simple calculator example
    
    ---------
    
    Co-authored-by: ynn <contact@your-diary.io>
    Co-authored-by: Jérome Eertmans <jeertmans@icloud.com>
    
    * chore(release): bump version
    
    * chore(release): replace version in docs
    
    * chore(lint): apply Clippy and Rustfmt
    
    * chore(lint): allow needless lifetime
    
    ---------
    
    Co-authored-by: tk <tkirishima@proton.me>
    Co-authored-by: ynn <58146437+your-diary@users.noreply.github.com>
    Co-authored-by: ynn <contact@your-diary.io>
    4 people authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    04ff39e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2024

  1. chore(release): bump to 0.15 (#451)

    Release 0.14.3 as 0.15, as it bumped the MSRV, see #449.
    jeertmans authored Dec 7, 2024
    Configuration menu
    Copy the full SHA
    ec8b6d5 View commit details
    Browse the repository at this point in the history
Loading
0