File tree Expand file tree Collapse file tree 9 files changed +16
-38
lines changed Expand file tree Collapse file tree 9 files changed +16
-38
lines changed Load Diff This file was deleted. 
Load Diff This file was deleted. 
Original file line number Diff line number Diff line change 44
55<!--  next version --> 
66
7+ ## v0.14.0  
8+ 
9+ ### 💡 Enhancements 💡  
10+ 
11+ -  ` semconvgen ` : Add ` --capitalizations-path `  to allow users to add additional strings to the static capitalizations slice in generator.go (#528  )
12+ 
13+ ### 🧰 Bug fixes 🧰  
14+ 
15+ -  ` multimod ` : Get pseudoversion for each module in a module set separately to support moving modules between module sets. (#582  )
16+ 
717## v0.13.0  
818
919### 🛑 Breaking changes 🛑  
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88	github.com/spf13/cobra  v1.8.1 
99	github.com/spf13/pflag  v1.0.5 
1010	github.com/stretchr/testify  v1.9.0 
11- 	go.opentelemetry.io/build-tools  v0.13 .0 
11+ 	go.opentelemetry.io/build-tools  v0.14 .0 
1212	go.uber.org/zap  v1.27.0 
1313	golang.org/x/mod  v0.19.0 
1414)
Original file line number Diff line number Diff line change 55require  (
66	github.com/spf13/cobra  v1.8.1 
77	github.com/stretchr/testify  v1.9.0 
8- 	go.opentelemetry.io/build-tools  v0.13 .0 
8+ 	go.opentelemetry.io/build-tools  v0.14 .0 
99	golang.org/x/mod  v0.19.0 
1010	gopkg.in/yaml.v3  v3.0.1 
1111)
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ require (
194194	gitlab.com/bosi/decorder  v0.4.2  //  indirect
195195	go-simpler.org/musttag  v0.12.1  //  indirect
196196	go-simpler.org/sloglint  v0.6.0  //  indirect
197- 	go.opentelemetry.io/build-tools  v0.13 .0  //  indirect
197+ 	go.opentelemetry.io/build-tools  v0.14 .0  //  indirect
198198	go.uber.org/automaxprocs  v1.5.3  //  indirect
199199	go.uber.org/multierr  v1.11.0  //  indirect
200200	go.uber.org/zap  v1.27.0  //  indirect
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
77	github.com/spf13/cobra  v1.8.1 
88	github.com/spf13/viper  v1.19.0 
99	github.com/stretchr/testify  v1.9.0 
10- 	go.opentelemetry.io/build-tools  v0.13 .0 
10+ 	go.opentelemetry.io/build-tools  v0.14 .0 
1111	go.uber.org/multierr  v1.11.0 
1212	golang.org/x/mod  v0.19.0 
1313)
Original file line number Diff line number Diff line change 44
55require  (
66	github.com/spf13/pflag  v1.0.5 
7- 	go.opentelemetry.io/build-tools  v0.13 .0 
7+ 	go.opentelemetry.io/build-tools  v0.14 .0 
88	golang.org/x/mod  v0.19.0 
99	golang.org/x/text  v0.16.0 
1010)
Original file line number Diff line number Diff line change 1414
1515module-sets :
1616  tools :
17-     version : v0.13 .0 
17+     version : v0.14 .0 
1818    modules :
1919      - go.opentelemetry.io/build-tools 
2020      - go.opentelemetry.io/build-tools/checkfile 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments