0.1.3
What's Changed
URLed server now using Fiber instead of Gin. This was implemented by @masoncfrancis in #4
Why? Because Fiber is faster than Gin, uses less memory than Gin, and has less dependencies than Gin.
Full Changelog: 0.1.2...0.1.3
Note: There was an issue building for Windows 386, so that was not included in this release