Skip to content

Commit

Permalink
New version: ChilliBits.Spice version 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed Jun 1, 2024
1 parent 1c56e5b commit 8b07bad
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Created with WinGet Releaser v2 using Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json

PackageIdentifier: ChilliBits.Spice
PackageVersion: 0.20.1
InstallerLocale: en-US
Platform:
- Windows.Desktop
InstallerType: wix
Scope: machine
InstallModes:
- silent
UpgradeBehavior: install
ProductCode: '{1F08BEE4-68A4-49ED-B8A9-4061BD9EA72A}'
ReleaseDate: 2024-06-01
AppsAndFeaturesEntries:
- UpgradeCode: '{68FE8A8A-70EF-4133-9437-DE17D684D5FF}'
Installers:
- Architecture: x64
InstallerUrl: https://github.com/spicelang/spice/releases/download/0.20.1/spice_x64_setup.msi
InstallerSha256: B5FC3A0FD833970A078B44EA610C26DA494C1DBEB91ACE1EF9D41E52B21CB1E2
ManifestType: installer
ManifestVersion: 1.5.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Created with WinGet Releaser v2 using Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json

PackageIdentifier: ChilliBits.Spice
PackageVersion: 0.20.1
PackageLocale: en-US
Publisher: ChilliBits
PublisherUrl: https://chillibits.com
PublisherSupportUrl: https://www.spicelang.com
PrivacyUrl: https://www.chillibits.com/en/legal-notice
Author: Marc Auberer
PackageName: Spice
PackageUrl: https://www.spicelang.com
License: MIT
LicenseUrl: https://raw.githubusercontent.com/spicelang/spice/main/LICENSE
Copyright: Copyright (c) 2021-2023 ChilliBits
ShortDescription: Spice is a statically-typed, easy to use and compiled programming language. It supports cross-compilation and is especially useful for programming close to the system.
Description: |-
The Spice Programming Language is a compiled language, which can score with it's blazing fast execution time and the universal applicability.
Spice is inspired partially by Golang and C, but improves some things by abstraction which could impact ones productivity in a negative way.
Tags:
- antlr
- chillibits
- cli
- compiler
- docker
- language
- llvm
- programming-language
- spice
ReleaseNotes: |-
Changelog
- : Implement more bootstrap parts (#560) (@marcauberer)
- : Implement more bootstrap parts (#561) (@marcauberer)
- : Allow interfaces with no signatures (#562) (@marcauberer)
- : Fix bug with circular import detection (#563) (@marcauberer)
- : Fix another bug in circular dependency detection (#564) (@marcauberer)
- : Add support for public type aliases (#565) (@marcauberer)
- : Do not mark anonymous symbols as fields (#566) (@marcauberer)
- : Pull more compiler components to the bootstrap compiler (#567) (@marcauberer)
- : Fix ctor calls on generic types (#568) (@marcauberer)
- : Extend bootstrap compiler (#569) (@marcauberer)
- : Add unit tests for CLI driver (#570) (@marcauberer)
- : Add block allocator stats to the debug dump (#572) (@marcauberer)
- : Only run coverage on main push event (#573) (@marcauberer)
- : Fix profiler run option (#574) (@marcauberer)
- : Remove thread pool dependency (#575) (@marcauberer)
- : Finish binary tree std (#576) (@marcauberer)
- : Fix bug in return path analysis (#577) (@marcauberer)
- : Add cache for CompositeDITypes to fix problem with recursive DIType lookup (@marcauberer)
What to do next?
- Install Spice
- Visit www.spicelang.com to test the new features
ReleaseNotesUrl: https://github.com/spicelang/spice/releases/tag/0.20.1
ManifestType: defaultLocale
ManifestVersion: 1.5.0
8 changes: 8 additions & 0 deletions manifests/c/ChilliBits/Spice/0.20.1/ChilliBits.Spice.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with WinGet Releaser v2 using Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json

PackageIdentifier: ChilliBits.Spice
PackageVersion: 0.20.1
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.5.0

0 comments on commit 8b07bad

Please sign in to comment.