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: sparckles/Robyn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.0
Choose a base ref
...
head repository: sparckles/Robyn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.1
Choose a head ref
  • 5 commits
  • 10 files changed
  • 2 contributors

Commits on Jun 22, 2021

  1. Add changelog for v0.4.0

    sansyrox committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    7e1b4a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

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

Commits on Jun 24, 2021

  1. Add readme in Cargo metadata

    sansyrox committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    35e99f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Build and publish wheels on GitHub Actions (#26)

    * Build and publish wheels on GitHub Actions
    
    * Remove Python 3.6
    
    It has weird errors when importing
    
    ```
    thread '<unnamed>' panicked at 'assertion failed: `(left != right)`
      left: `0`,
     right: `0`', C:\Users\runneradmin\.cargo\git\checkouts\pyo3-a22e69bc62b9f0fd\13cd092\src\gil.rs:83:13
    note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\hostedtoolcache\windows\Python\3.6.8\x64\lib\site-packages\robyn\__init__.py", line 1, in <module>
        from .robyn import Server
    pyo3_runtime.PanicException: assertion failed: `(left != right)`
      left: `0`,
     right: `0`
    ```
    messense authored Jun 25, 2021
    Configuration menu
    Copy the full SHA
    389d2b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2021

  1. Version update

    sansyrox committed Jun 26, 2021
    Configuration menu
    Copy the full SHA
    9aad962 View commit details
    Browse the repository at this point in the history
Loading